Question
Which condition checks an odd number?
Select an option. Your answer will be checked instantly.
Correct Answer: C. n % 2 != 0
Explanation:
The correct answer is n % 2 != 0.
Leave a Reply