Skip to content
C

Even or Odd (Ternary)

Easyjava

Read an integer and print Even or Odd using the ternary operator.

Input: one integer.

Output: one line — Even or Odd.

Input (stdin)

Output

Run your code to see output here...