Home
All Problems
✕
Test Results
Testing your code..
close
Odd or Even
Statement
Given an integer(take the value from the user), print "odd" if it's odd and print "even" otherwise.
Example input 1
5
Example output 1
odd
Example input 2
6
Example output 2
even
Login is required
Click here to login
Test cases
Output