Smart Switch Controller

Easy
#logic #conditions

Input: `n` (int). Return: 'Even' or 'Odd'.

Example

Input: 2
Output: 'Even'
Need a hint?
  • Use modulo operator %
Run your code to see output