Question: 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
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 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.
Use an array to store the names for days in a week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
