How old are you? 18 You are.. too young to drink alcohol too young to run for President of the U.S (How sad!) How old are you? 9:1 You are.. able to do anything (How happy!)
Write a class, AgeMessages , which does the following:
a. Ask the user to enter age using a Scanner
b. If the age is less than 13, print: “too young to create a Facebook account”
c. If the age is less than 16, print: “too young to get a driver's license”
d. If the age is less than 18, print: “too young to get a tattoo”
e. If the age is less than 21, print: “too young to drink alcohol”
f. If the age is less than 35, print: “too young to run for President of the U.S.” and on next
line print: “(How sad!)”
g. If the age is greater and equal to 35, print: “able to do anything” and on next line print:
“(How happy!)”
Tips
Use an if statement
Submission
Copy and paste your code
Screen shot the console with user input of 2
Screen shot the console with user input of 18
Screen shot the console with user input of 91
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images