Computer Science, asked by Preshit283, 2 months ago

Why are you not helping me guys?​

Attachments:

Answers

Answered by siddivekar2003
2

Answer 4:

You must use here % operator.

Explanation:

x=int(input("Enter a number:"))

if x%2==0:

print(x,"is even number")

else:

print(x,"is odd number")

Similar questions