Write a python program which takes a number from the user and prints if it is positive if it is a multiple of 10. Hint: Odd numbers cannot be a multiple of 10.
1
Expert's answer
2021-08-14T01:39:52-0400
n =int(input("Enter number; "))
if n>0 and n%10==0:
print(n, 'is positive number and multiple of 10.')
Numbers and figures are an essential part of our world, necessary for almost everything we do every day. As important…
APPROVED BY CLIENTS
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!
Comments
Leave a comment