Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Database And Expert Systems Applications 15th International Conference Dexa 2004 Zaragoza Spain August 30 September 3 2004 Proceedings Lncs 3180

Authors: Fernando Galindo ,Makoto Takizawa ,Roland Traunmuller

2004th Edition

3540229361, 978-3540229360

More Books

Students also viewed these Databases questions