Create a program the will store info about a collection of CD's.
Program Elements:
Compiles properly
CD Class with apropriate fields and methods
ArrayList used to store CD objects
Menu System for selecting program functions
Program Correctly adds a new CD to the collection
Program correctly displays the entire CD collection
Program correctly saves a CD Collection to a Text File
Program correctly loads a CD Collection from a Text file.
This would be a big help! Thanks.