0
/ 50
Write a function called isOdd
that receives one integer and returns true
if that number is odd (has non-zero remainder when dividing by...
Write a function called isOdd
that receives one integer and returns true
if that number is odd (has non-zero remainder when dividing by two) or returns false
if that number is even
Your feedback will appear here when you check your answer.