Question: (Java) Create a movie class definition file containing the movie name and year. Now create a Queue of movie objects. Let the user pick whether
(Java)
Create a movie class definition file containing the movie name and year. Now create a Queue of movie objects. Let the user pick whether they want to add a movie to the Queue, see what the next movie in the Queue would be, watch the next movie in the Queue, or see what the entire Queue of movies is. Use methods to show the first in first out of a Queue.
Then Change the Queue of movie objects into a Stack of movie objects. Use methods to show the last in first out of a Stack (including how you show the entire Stack of movies).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
