Question
Which is a valid condition for checking an even number?
Select an option. Your answer will be checked instantly.
Correct Answer: D. n % 2 == 0
Explanation:
The correct answer is n % 2 == 0.
Leave a Reply