Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

5 years ago