Ok so I have this class customer and I want printVideo method to be able to print the cVList by cVList.print and it doesn't work BUT in the same class but different method (only to
test the portion of the code) I inserted a cVList.print and it prints out everything I want it to and the method works. Thats awesome that it works in the returnVideo method but I don't give a diddly because I'm gonna take the cVList.print(); out anyway because thats now how I want it to work. Any Ideas as to what reason the cVList.print(); does not work in printVideo method?