X769: isOdd C++

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 Answer:

Feedback

Your feedback will appear here when you check your answer.