write a program to display all three digit even number
Answers
Answered by
1
Answer:
Python Code: num = int(input("Enter a number: ")) mod = num % 2 if mod > 0: print("This is an odd number. ") else: print("This is an even number.
Answered by
1
Answer:
A python program goes like:
Similar questions
Math,
2 months ago
Hindi,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
5 months ago
Biology,
11 months ago
Math,
11 months ago