Question: Could you please write a JAVA program with this specifications? Read instructions please! JAVA LANGUAGE Write a class called Date, define appropriate data/attributes, constructors, and

JAVA LANGUAGE Write a class called Date, define appropriate data/attributes, constructors, and methods. The task for this class is to display the given input in the mm-dd-yy format or season of the given date (ex in sample output). Do not forget to create object(s). 1- ask user to input (input tokens) a date (month, date, year - all numbers); 2- display a menu; a. Name of the month (January, February, March, April, May, June, July, August, September, October, November, December) b. Season (Spring: March 20, Summer: June 21, Fall: September 23, Winter: December 21) 3- let the user choose one option from the menu; 4- convert the user input in step1 to its corresponding selected format and display the output. Program specifications: Inputs: Should be taken as input tokens - Only need to ask for the user input once - Use if-else and switch statements - DO NOT USE java.time library
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
