This PROGRAM SHOULD BE IN C++ NO JAVA IN THIS PROGRAM AT ALL Write a queue-based
ID: 3677916 • Letter: T
Question
This PROGRAM SHOULD BE IN C++
NO JAVA IN THIS PROGRAM AT ALL
Write a queue-based linked list application that allows the user to enter a list of positive integers (up to 25), possibly with duplicates in the linked list. Your application should enqueue the integers in the order specified by the user, removing any duplicates, and allow the user to enter 0 or a negative integer to quit entering integers. Then, print out the queue resulting from head to tail