#include <stdio.h>
int main(void) {
int num;
printf ("Enter the number \n"); printf("The number entered is %d \n", num
);
if (num < 0){
printf ("The number is negative \n"); }
else{
printf ("The number is positive \n"); }
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CmludCBudW07CiBwcmludGYgKCJFbnRlciB0aGUgbnVtYmVyIFxuIik7IAogc2NhbmYgKCIlZCIsICZudW0pOwogcHJpbnRmKCJUaGUgbnVtYmVyIGVudGVyZWQgaXMgJWQgXG4iLCBudW0pOwoKIGlmIChudW0gPCAwKXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBuZWdhdGl2ZSBcbiIpOwogfQogZWxzZXsKICAgcHJpbnRmICgiVGhlIG51bWJlciBpcyBwb3NpdGl2ZSBcbiIpOwogfQoJcmV0dXJuIDA7Cn0K