Question: This class should store an array of Movie objects and a count of how many movies are in the collection. ( You must standard arrays
This class should store an array of Movie objects and a count of how many movies are in the collection. You must standard arrays like what weve used in class up to this point; you should not use an ArrayList or another data structure in the program. You should also have a field that is a PrintWriter which will be used by several methods when creating the report. Also include a named constant for the maximum length of the array movies
The MovieCollection construction should create the movies array, call the loadArray method which will load the input file and create the PrintWriter to write output to movieReport.txt All the output except for error output from methods in this assignment should go to the report file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
