Question: 1 point Referring to the code below, what would the output be for user input 12? 14 15 16 18 19 20 21 22

1 point Referring to the code below, what would the output be for user input 12? 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 public class YouAreold ( public static void main(String[] args) { Scanner s new Scanner (System.in); int age 0; System.out.println("Plese enter your age"); ages.nextInt(); if (0 12 66 age < 20) System.out.println("you are a teenager"); else if (19 64) else System.out.println("you are a senior citizen"); System.out.println("I am not sure..."); 31 32 23 33
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
