Even or Odd

Variables & Types ยท easy

Implement `parity(n)` returning the string `even` or `odd` for an integer `n`.

Learning resources

Loading...

Run your code to see results.