(Solved):
Implement QUEUE in a bank using LinkedList class: - Provide the menu as shown ...
???????
Implement QUEUE in a bank using LinkedList class: - Provide the menu as shown below; use an infinite loop; stop when user opts 4. - Add a customer should add an int number at the end of queue using the method addLast(). - Remove a customer should delete the int from front using the method removeFirst(). - Show the queue should display the numbers in queue using the method System.out.println(). [Warning: Cheating in homework will result in zero marks... (same programs will get 0). ] (Sample run of the program )