Even or Odd
Practice
3 (1 votes)
Problem
83% Success 61 Attempts 20 Points 1s Time Limit 256MB Memory 1024 KB Max Code
An integer N is given in input. Your task is to find if N is even or odd. Print EVEN is N is even, otherwise print ODD.
Sample Input
4
Sample Output
EVEN
Explanation
4 is an even number.
Code Editor
Please login to use the editor
You need to be logged in to access the code editor
Loading...
Please wait while we load the editor
Submissions
Please login to view your submissions
Similar Problems
Points:20
11 votes
Tags:
OperatorMathematicsApprovedEasyMathamatics
Points:20
1 votes
Tags:
Easy
Points:20
19 votes
Tags:
OperatorsC++Basic ProgrammingBasic MathModulo arithmeticMath
Editorial
No editorial available for this problem.
Please login to use the editor
You need to be logged in to access the code editor
Loading...
Please wait while we load the editor