Check ODD Even


Submit solution

Points: 10 (partial)
Time limit: 5.0s
Memory limit: 12M

Author:
Problem type
Allowed languages
C

Read an integer and display whether it is odd or even in the next line

Sample Input1

25

Sample Output1

Odd Number

Sample Input2

2

Sample Output2

Even Number

Sample Input3

0

Sample Output2

Not Even Not Odd


Comments

There are no comments at the moment.