Question: c++ code prompt the user to enter a number to add the number with the current day to produce another day for example (monday +

c++ code  c++ code prompt the user to enter a number to add
prompt the user to enter a number to add the number with the current day to produce another day for example (monday + 3 is Thursday or wednesday + 4 is sunday or monday - 3 is friday)and then the program will tell the user what day it is

Write the definition of the class dayType implements the day of the week in a program The class dayType should store the day, such as the number O for Sunday, etc.. The program should be able to perform the following operations on an object of type dayType: a. set the day b. print the day c. return day d. return the next day e. return the previous day f. calculate and return the day by adding certain days to or subtracting certain days from, the current day. For example, if the current day is Monday and we add 4 days, the day to be returned is Friday. Similarly, if today is Tuesday and we subtract 4 days, the day to be returned is Friday. 5. Add the appropriate constructors, accessors, mutators, and custom methods

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!