write a pragram to check the number is even a
not using the
the į statement ?
Answers
Answered by
0
Answer:
num = int(input("enter your number: ")
if(num % 2) ==0:
print(num, " it is a even number")
else:
print(num, "it is not a even number it is odd")
Explanation:
Hope it will help.
Similar questions
India Languages,
3 months ago
Math,
3 months ago
English,
6 months ago
India Languages,
6 months ago
Chemistry,
1 year ago
Math,
1 year ago