CJCoding With Joseph

Age Group

Read an age from input and print its age group: under 13 is Child, 13 to 19 is Teenager, 20 to 64 is Adult, and 65 or older is Senior. For example, for input 10, print:

Child

Expected Output:

Child
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
10
This input is automatically fed to your program's stdin
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.