[SOLVED] SOLVED: Class Day that implements the day of the week_SOLUTION

18.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Using jGrasp and the Software Development Kit, write a program in response to the following prompt: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:A. Set the day.B. Print the day.C. Return the day.D. Return the next day.E. Return the previous day.F. 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.G. Add the appropriate constructors.H. Write the definitions of the methods to implement the operations for the class Day, as defined in A through G.I. Write a program to test various operations on the class Day.The user needs to be able to enter a day into the console

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.