Question
Which statement is most suitable for checking whether age is at least 18?
Select an option. Your answer will be checked instantly.
Correct Answer: A. if (age >= 18)
Explanation:
The correct answer is if (age >= 18).
Leave a Reply