Am I Even ?

3.5

2 votes
Easy
Problem

You will be given an integer for which you have to print "EVEN" (without quotes), if it is even and "ODD" (without quotes) if it is odd.

CONSTRAINTS

1N101000

Note : ONLY C and C++ LANGUAGES are ALLOWED.

Time Limit: 1
Memory Limit: 256
Source Limit:
Explanation

As the given Integer , 12345 , is ODD ,so, the we have to print "ODD" (without quotes).

Editor Image

?