Question: C++ Write a Program 6. (11 pts) Find future dates: Write, compile, and test a C++ program that uses an if-else structure for problem 3.5

C++ Write a Program

C++ Write a Program 6. (11 pts) Find future dates: Write, compile,6. (11 pts) Find future dates: Write, compile, and test a C++ program that uses an if-else structure for problem 3.5 on page 107. Use the format specified earlier (initial block of comments with TCC logo, name, description, etc.)

Use the input & output format shown in the text examples.

Display an error message if the day entered is not in the range 0-6

Display an error message if the number of days elapsed is not positive

3.5 (Find future dates) 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. Here is a sample run: Enter today's day: 1 Enter Enter the number of days elapsed since today: 3 Enter Today is Monday and the future day is Thursday Enter today's day: 0 Enter the number of days elapsed since today: 31 Enter Today is Sunday and the future day is Wednesday

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!