Beginner
Even or Odd
Determine if a given number is even or odd.
📝 Contenido del prompt
Write a program that accepts an integer and prints 'Even' if the number is divisible by 2, otherwise print 'Odd'.