Flip-Flopped
Time Limit: 0.5 sec
The Problem
There is a strange city in the east. Everything is different there. Wizards and witches live there. So there everything is magical. But strange thing everything is flip-flopped. Specially the number system. They calls even number odd and odd numbers even.
Hence they don't know how to program. Help them writing a program which will detect the given number if it is odd or even in their style :)
The Input
The first line contains a positive integer T ( 1<T<1000), denoting the number of test cases. The next T lines will contain one integer n (0< n<10000).
The Output
For each test case print "Case X: Odd" or "Case X: Even" in flip-flopped style depending on given input. Here X denoted the case number.
Sample Input
2
9
5
Sample Output
Case 1: Even
Case 2: Even
Online Practice Contest 3 [School & College Level]
Problem Setter: Parag Paul