c. Complete Exercise #3 page 547. You will have a class named Day and a class called TestDay. Run and test all of the operations of the program. Take a screenshot of all of your tests. 3. Design and...

c. Complete Exercise #3 page 547. You will have a class named Day and a class called TestDay. Run and test all of the operations of the program. Take a screenshot of all of your tests. 3. Design and implement the class Day that implements the day of the week in a program. The class Day should store the day, such as Sun for Sunday. The program should be able to perform the following operations on an object of type Day: 3. Set the day. b. Print the day. Return the day. d. Return the next day. Return the previous day. Calculate and return the day by adding certain days to the current day, For example, if the current day is Monday and we add four days, the day to be returned is Friday. Similarly, if today is Tuesday and we add 13 days, the day to be returned is Monday. Add the appropriate constructors. Write the definitions of the methods to implement the operations for the class Day, as defined in a through g. Write a program to test various operations on the class Day!

May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here