Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 164 Bytes

Even or Odd.md

File metadata and controls

3 lines (2 loc) · 164 Bytes

Create a function that takes an integer as an argument and returns "Even" for even numbers or "Odd" for odd numbers.

solution