Question
Write a Java program that will display different messages depending on your age. Your program should ask the user for his/her name and their age
Write a Java program that will display different messages depending on your age. Your program should ask the user for his/her name and their age in years and give one or more answers from the following ones below: if the age of the user is less than 16, the program should print on the screen "You are not allowed to drive at the moment." if the age of the user is less than 18, the program should print on the screen "You are not allowed to vote at the moment." if the age of the user is less than 25, the program should print on the screen "You are not allowed to rent a car at the moment. if the age of the user is greater than or equal with 25,the program should print on the screen "You can do anything that is legal." Here is a sample run for these restrictions. Notice that a person which is under 16 will display all the three messages above, one for being under 16, one for also being under 18, and one for also being under 25.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started