Question: IN JAVA PLEASE: Assume the complete definition of a class called DateType. Write a definition of the Driver class that will test the DateType object
IN JAVA PLEASE:
Assume the complete definition of a class called DateType. Write a definition of the Driver class that will test the DateType object defined. The main method should declare an DateType object that uses the default constructor. Name the object date. Write statements to update the members of date with values provided by the user. Write statements to open a file called "dateList.txt" and declare an ArrayList object of type DateType called myDate. Write java statement to read values from the input file and add them to the myDate ArrayList. Write java statements to print the contents of myDate to an output file called "calendar.txt".
/*PASTE DRIVER DEFINITION (40 PTS)*/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
