Answer:
#include <stdio.h>
void main()
{
 int num;
 
 printf("Input a number :");
 scanf("%d", &num);
 if (num >= 0)
 printf("%d is a positive number \n", num);
 else
 printf("%d is a negative number \n", num);
}
Explanation:
good luck.
hope it helped you.
pls mark brainleist 
 
        
             
        
        
        
True...the assumption being that the student believes he/she will be able to locate the answer within the text rapidly, but they underestimate the fact that "application" of the content/question is primarily what the instructor is looking for, and will require critical thinking skills to apply the book content to the the question; not just "find the answer". 
        
                    
             
        
        
        
Answer:
I'll happy to help
Explanation:
Please make your clear. I couldn't understand!