Days Of The Week 2

I’m re-posting this project because the programmer I chose never completed it. Actually, he never sent me anything at all and he had it for almost a week. I’m in a real bind here because the project is due tonight at midnight. Any help would be greatly appreciated. This is a c++ program.

Write a program that contains a class that implements the days of the week. The program should be able to perform the following on an object of the class.

1. Set the day
2. Print the day
3. Return the day
4. Return the next day
5. Return the previous day
6. Calculate and return the day by adding a certain amount of days to the current day. For example, if you add five days to Saturday, the day to be returned is Thursday. Likewise, if we add 12 days to Wednesday, the day returned will be Monday.

Leave a Reply

Your email address will not be published. Required fields are marked *