# Introduction In this lab, you need to create a Java program that uses LinkedList as a Queue data structure to store three user inputs, print the list, remove elements from the start, add a new element at the end, and print the updated list.
Click the virtual machine below to start practicing