โ Back to If Statements
Question 314
Age Group
Age Group
Read an age from input and print its age group: under 13 isChild, 13 to 19 isTeenager, 20 to 64 isAdult, and 65 or older isSenior. For example, for input10, print: Child
Expected Output:
Child
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.