I am creating a console app for my cd collection
I already created a class called CD
I am having trouble coming up with the appropriate procedure to do the following.
I am not sure what to do from here.
I know i want it to recieve the string (which is the location of the cd.txt) and recieve an arraylist full of CD objects.
The procedure will create a text file and store all the CD information in the ArrayList to the file in the exact same format as this
128;Heart, Soul & A Voice;Jon Secada;12.99;4;00032.jpg
(128 is the call number; then name; then artist;price i paid;quantity;image cover call)
If you need more info or if i didn't make myself clear let me know.
Thank you all
I already created a class called CD
I am having trouble coming up with the appropriate procedure to do the following.
I am not sure what to do from here.
I know i want it to recieve the string (which is the location of the cd.txt) and recieve an arraylist full of CD objects.
The procedure will create a text file and store all the CD information in the ArrayList to the file in the exact same format as this
128;Heart, Soul & A Voice;Jon Secada;12.99;4;00032.jpg
(128 is the call number; then name; then artist;price i paid;quantity;image cover call)
If you need more info or if i didn't make myself clear let me know.
Thank you all