Write a program using 'input' statement and 'if condition to
check whether a given number is positive, negative or zero.
Please answer fast
Answers
Answered by
1
Answer:
a = int(input())
if(a>0) :
print("Number is positive")
elif(a<0) :
print("Number is negative")
else :
print("Number is neutral")
Read my bio once
Similar questions
Science,
3 months ago
English,
6 months ago
Math,
10 months ago
Computer Science,
10 months ago
Math,
10 months ago