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": years
"Teen": years
"Adult": years
"Senior": 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
