Please See Description | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please See Description

Given the age of a person as an input, output their age group. Here are the age groups you need to handle: Child: 0 to 11 Teen: 12 to 17 Adult: 18 to 64 Sample Input 42 Sample Output Adult

30th Mar 2024, 11:01 AM
Amrit Tiwari
Amrit Tiwari - avatar
3 Answers
0
you need an input field which you will cast to integer then you have to check the input (which is possible an age) and compare it with the "group" after these: display the result
30th Mar 2024, 12:23 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
Amrit Tiwari , You'll need to know these things to solve that. input() int() if elif else indentation rules comparison operators print()
30th Mar 2024, 3:12 PM
Rain
Rain - avatar
0
Amrit Tiwari , Please change your title to something searchable, like Age Group.
30th Mar 2024, 3:36 PM
Rain
Rain - avatar