← Back to If Statements
Question 100
Ticket Price by Age
Ticket Price by Age
Read an age and print the category: under 5 → 'Free', 5-17 → 'Child', 18-64 → 'Adult', 65+ → 'Senior'.
Expected Output:
Free
Topics:
If Statements
Code Editor
1
Tab to indent · Ctrl+Enter to run · Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.