Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Java Programming, Comprehensive Version

Authors: Y. Daniel Liang

10th Edition

133761312, 978-0133761313

More Books

Students also viewed these Programming questions