wap to input a number and print whether it is an odd number or an even number .if even then check
Answers
Answered by
7
Answer:
num=int(input())
if(num%2==0):
print("Even")
else:
print("Odd")
Explanation:
Similar questions
Math,
4 months ago
Science,
4 months ago
India Languages,
4 months ago
Geography,
10 months ago
Social Sciences,
10 months ago
Math,
1 year ago
Math,
1 year ago