#include <stdio.h>
int main()
{
int n;
printf("Enter a number:");
scanf("%d", &n);
if(n<0)
{
printf("%d is negative", n);
}
return 0;
}
Hello everyone, on this special occassion of fathers day today, I would like to wish every lovely, striving fathers out there a very happy ...
No comments:
Post a Comment