Example program
i know this is very similar to vectors but it has me confused. any explanations pls
A. Insert new element in the queue ( FIFO ).
B. Insert an element at specific location in the queue.
C. Remove an element from the queue ( FIFO ).
D. Remove a specific element from the queue.
E. Find Min element in the queue, Max element in the
queue, and the Average of the queue.
F. Display the size of the queue.
G. Delete the entire list.
X. Exit the program.
The entire list must be displayed After completion of selecting A,
or B , or C , Or D or E, or F. The program must continue running
until the letter X is entered.
It is perhaps confusing that the container is referred to as a list, what they are talking about is a queue