Even Odd
CodeChefOpen on judge ↗
Given a number $n$. Tell whether it is even or odd. ###Input: - First and the only line will contain the number $n$. ###Output: Print "Even" if it is even, "Odd" if it is odd. ###Constraints - $1 \leq n \leq 1000$ ###Subtasks - 100 points : $1 \leq n \leq 1000$ ###Sample Input: 1 2 ###Sample Output: Odd Even
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start