#include <stdio.h>
int main()
{
int n;
printf("Enter a number:");
scanf("%d", &n);
if(n<0)
{
printf("%d is negative", n);
}
return 0;
}
my mom has been doing research on every products since more than 20 years along with managing family of around 20 members and upbringing me...
No comments:
Post a Comment