Even or Odd
Easy📝 Description
Check if a number is even or odd
Input Format
A single integer n
Output Format
"even" if the number is even, "odd" otherwise
Constraints
-1000 ≤ n ≤ 1000
🔍 Sample Input
4
✅ Sample Output
even
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run