C с
write
program
to find wheather the
odd
enen
given number is
Answers
Answered by
0
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
0
Explanation:
etwitxysigj tghody do hfhd
Similar questions