Java project
Question Description
Define the new class type: Queue using a singly linked list.
Define the new class type: Jukebox which creates three objects of type Queue class.
Practice enqueue-ing and dequeue-ing elements from the top of your singly linked list Queue class.
Test the implementation of the class: MyTunes.