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
English,
1 month ago
India Languages,
1 month ago
Math,
1 month ago
English,
2 months ago
India Languages,
2 months ago
Chemistry,
9 months ago
Math,
9 months ago
English,
9 months ago