Question: In package program1 recreate your work from assignment #2 with these changes: Replace the array of courses by an ArrayList of courses. Modify methods as
In package program1 recreate your work from assignment #2 with these changes:
Replace the array of courses by an ArrayList of courses.
Modify methods as necessary to accommodate the change from an array to ArrayList
Note that the maxNumCourses parameter to the constructor will be ignored
Your main program should not need any changes to compile and run!!!!
The output should be the same as you got from Assignment #2.
How can I change my array course into an arraylist[]
HERE IS THE CODE: https://pastebin.com/HkXS8Guk
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
