Question: (Find future dates) Write a java program that prompts the user to enter an integer for todays day of the week (Sunday is 0, Monday
(Find future dates) Write a java program that prompts the user to enter an integer for todays day of the week (Sunday is 0, Monday is 1, . . . , and Saturday is 6). Also prompt the user to enter the number of days after today for a future day and display the future day of the week. Here is a sample run:
Example of how the java program should run:
Enter todays day: 1
Enter the number of days elapsed since today: 3
Today is Monday and the future day is Thursday
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
