Class 11th CBSE IP

The Best Collection place for gaining power of knowledge, skills and new opportunities.

Q.1 Program to find positive, negative and neutral number.

Solution :- 

a = int(input(“Enter the number :- “))
if a < 1:
    print(“A is Negative.”)
elif a>1:
     print(“A is postive.”)
else:
     print(“A is Netural”)

Output :- 

Practice

Fun & Easy to follow
Works on all devices
Your own Pace
Super Affordable