Computer Science, asked by ishwajgupta78, 1 month ago

write a simple program to accept the value from the user and display whether it is even or odd

Answers

Answered by harichandan31729
1

Answer:

n=int(input ())

if n%2==0:

print ("even")

else :

print ("odd")

Answered by snehanegi066
4

Answer:

here is your answer

Explanation:

hope it is helpful for you and please mark me brainiest please follow and give lots of thanks also

Attachments:
Similar questions