Question: Write an application called TenThousandDaysOld that prompts a user for the users month, day, and year of birth and uses the LocalDate class to compute
Write an application called TenThousandDaysOld that prompts a user for the users month, day, and year of birth and uses the LocalDate class to compute the day on which the user will become (or became) 10,000 days old.
An example of the program is shown below:
Enter your birth month as an integer >> 04 Enter your birth day as an integer >> 23 Enter your birth year as a four-digit integer >> 1999 You are 10000 days old on 2026-09-08
Tasks
Create the TenThousandDaysOld class.
The TenThousandDaysOld program outputs the date someone will turn 10,000 days old starting from the birthday entered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
