Subject:
Computer ScienceAuthor:
annabel6tywCreated:
1 year agoAnswer:
num = int (input (“Enter any no : “)
if (num % 2) == 0:
print (“The number is even”)
else:
print (“The provided number is odd”)
Explanation:
this is program u want
write it in your system for easily understand.
(note :- it is python coding you have to do some changes for other languages)
Author:
jocelynnh1g
Rate an answer:
1