Question: Write a program that prompts the user to enter his age. Write the statements needed to display the following messages based on the entered value:

 Write a program that prompts the user to enter his age.

Write a program that prompts the user to enter his age. Write the statements needed to display the following messages based on the entered value: "User is 18 or younger" "User age is between 19 and 39" "User is either 45 OR 50" "User is older than 50" import java.util.*; public class practical {public static void main (String args[]) { Scanner scan = new Scanner(System.in); } { |

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 Databases Questions!