Design and implement the class day that implements the day of the
Using JAVA 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: Create a prompt for starting day and the number of days to add. Use standard […]