Question: Question Goal: Learn how to use nested ternary operators to simplify conditional statements. Assignment: Write a statement that evaluates the int variable ages and prints

Question
Goal: Learn how to use nested ternary operators to simplify conditional statements.
Assignment: Write a statement that evaluates the int variable ages and prints the following, using the ternary operator:
"Child": 0-12 years
"Teen": 13-19 years
"Adult": 20-64 years
"Senior": 65 years and above
*I got a previous error with my code when I declared a Scanner, prompted the user to enter an age, declared the int variable "ages", created a nested ternary statement, and printed the results. I don't know what else to do, thank you.
Question Goal: Learn how to use nested ternary

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!