Using Eclipse, create a New Java project named YourNameCh7Project-- for example, I would name my Project PaulaStrozierCh7Project Create a new class named YourInitialsFutureDaysApp--for example I would name my class PSFutureDaysApp Line 1 should have a comment with YourName Delete any unnecessary comments created by Eclipse. All variable names and array names must begin with your initials in lower case. Example: I would use my initials, psInput, psToday, pselapsedDays, psfutureDay, psDayNames Be sure to make comments throughout your project explaining your code. Write a program that prompts the user to enter an integer for today’s 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. Use an array to store the names for days in a week.
Using Eclipse, create a New Java project named YourNameCh7Project-- for example, I would name my Project PaulaStrozierCh7Project
Create a new class named YourInitialsFutureDaysApp--for example I would name my class PSFutureDaysApp
Line 1 should have a comment with YourName
Delete any unnecessary comments created by Eclipse.
All variable names and array names must begin with your initials in lower case.
Example: I would use my initials, psInput, psToday, pselapsedDays, psfutureDay, psDayNames
Be sure to make comments throughout your project explaining your code.
Write a program that prompts the user to enter an integer for today’s 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.
Use an array to store the names for days in a week.
Trending now
This is a popular solution!
Step by step
Solved in 6 steps with 3 images