write a simple program to accept the value from the user and display whether it is even or odd
Answers
Answered by
1
Answer:
n=int(input ())
if n%2==0:
print ("even")
else :
print ("odd")
Answered by
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