Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 269 Bytes

Assignment.md

File metadata and controls

18 lines (10 loc) · 269 Bytes

Assignment

Task

Write a program in C# that reads an integer from the user and prints "Even" if the number is even and "Odd" if the number is odd.

Input

  • An integer n.

Output

  • "Even" if n is even.
  • "Odd" if n is odd.

Example

Input