beginner
Even or Odd
Determine if a number is even or odd.
📝 Conteúdo do Prompt
Write a program that accepts an integer and outputs 'Even' if the number is divisible by 2, or 'Odd' if it is not.