Write a program that works out whether a number is odd or even.
The input will be a single integer.
If the input number is even, the output must be the word "even"; if the input number is odd, the output must be the word "odd". The output must be a single line with no extraneous characters.
The input will be an integer, there are no other limits.
3
odd