#include <stdio.h>
int main()
{
int n;
printf("Enter a number:");
scanf("%d", &n);
if(n<0)
{
printf("%d is negative", n);
}
return 0;
}
Hi. So, uh very happy friends day to all the lovely friends out there. Um I know like today it's a bit difficult when we say friends an...
No comments:
Post a Comment