Question: . Write a TestVideoList class to test the class VideoList. This class should have a main method in which you perform the following actions: a)
. Write a TestVideoList class to test the class VideoList. This class should have a main method in which you perform the following actions: a) Create a VideoList object, b) Insert 10 VideoNode objects into the created Video List, c) Print the content of your Video list, d) Find out in the list the items that have a price greater than 30. Print them out. e) Remove the first element of the list f) Remove the item at index 4 g) Print again the content of your Video list,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
