write a program to check 0 whether a number is negative or positive or 0
Answers
Answered by
0
Step by step descriptive logic to check negative, positive or zero.
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.
Answered by
1
Answer:
my blood group is o positive
please mark me as brainiest and follow me and thanks me please
Similar questions
Computer Science,
3 months ago
Computer Science,
6 months ago
Science,
6 months ago
Chemistry,
10 months ago