Social Sciences, asked by mohamadstop11, 15 days ago

write a program that enter a number then display if its positiev negative or zero

Answers

Answered by leehun
1

Answer:

hope it's helpful to you good afternoon

Explanation:

Input a number from user in some variable say num . Check if(num < 0) , then number is negative. Check if(num > 0) , then number is positive. Check if(num == 0) , then number is zero.

Similar questions