`age`, determine

Given an integer `age`, determine the life stage based on the following conditions:
- "Child" if `age` is less than 13.
- "Teenager" if `age` is between 13 and 19 (inclusive).
- "Adult" if `age` is between 20 and 64 (inclusive).
- "Senior" if `age` is 65 or older.
10
Total : 0 Discussion
Login