Challenges easy Even or Odd (Java) 50 XP
Java Challenge

Even or Odd (Java)

Read a single integer from standard input and print Even if it is even, or Odd if it is odd.

Example 1

Input
4
Expected Output
Even
Main.java
Run the examples to test your code, then Submit to run all hidden tests.
🚀

Create a free account

Sign up free to run and submit solutions, earn points, and unlock badges.

Create Free Account

Already have one? Log in