Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use Java, Thank you. 4-2 Write a program named AgeLabel that asks the user for their age measured in days. The program must then

Please use Java, Thank you. 4-2
image text in transcribed
Write a program named AgeLabel that asks the user for their age measured in days. The program must then compute the person's age in years and finally output one of the message that follow: (Note: For simplicity the program can ignore leap years and assume that all years have 365 days) If the user is: Exactlyover1yearoldandis3yearsoldoryounger,print"Youaretodder"1yearoldoryounger,print:"Youareaninfant" over 3 years old and is 12 years old or younger, print: "You are a toddler" over 12 years old and is 12 years old or younger, print: "You are a child" over 19 years old and is 21 years old or younger, print: "You are a teenager" over 21 years old and is 21 years old or younger, print: "You are a young adult" over 50 years old and is 55 years old or younger, print: "You are an adult" over 65 years old, print: "You are a senior citizen" For three sample runs where the user enters 800,10950 , and 25550 the console screens must look as follows: Enter an age in number of days : 800 You are a toddler Enter an age in number of days : 10950 You are an adult Enter an age in number of days : 25550 You are a senior citizen Please note that your class should be named AgeLabel

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

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions