Even or Odd

3

1 votes
Problem

An integer N is given in input. Your task is to find if N is even or odd. Print EVEN is N is even, otherwise print ODD.

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

4 is an even number.

Editor Image

?