Write the Python program to find out whether the given number is greater than
100.
Answers
Answered by
7
Answer:
hello,
Explanation:
#Python program to find out whether the given number is greater than
100.
n=int(input("enter the number"))
if n>100: #statement to check whether less than 100 or not
print(n,"is less than 100")
elif n==100: # statement to check whether equal to 100 or not
print("the number id equal to 100")
else: #declares greater than 100 if above 2 conditions are not satisfied
print(n,"is greater than 100")
______________________________
hope it helps you
please mark brainliest
@ItzSnowySecret07
Answered by
0
Answer:
jsjsjdjdjehyauwiejdbvxbxb bcbbcbvsjsjksydurutbvvvysyeyrhdiakwnufixkf
Similar questions