← Back to User Input
Question 87
Even or Odd (Input)
Even or Odd (Input)
Read an integer and print Even if it is divisible by 2, otherwise print Odd. ⚠️ IMPORTANT - AUTO-INPUT MODE: This question uses automated input testing. The input stream will contain: '42\n'
Expected Output:
Even
Topics:
If StatementsUser Input
Code Editor
1
Tab to indent · Ctrl+Enter to run · Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.