Answered step by step
Verified Expert Solution
Question
1 Approved Answer
c++ program Write the definition of the class dayType implements the day of the week in a program The class dayType should store the day,
c++ program
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 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 1. 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started