Question: In the C++ programming language, implement a menu based program with the following array-based queue functions: ADD (an element to the end of queue) DELETE
In the C++ programming language, implement a menu based program with the following array-based queue functions:
ADD (an element to the end of queue) DELETE (an element from the front of queue) SHOW (all elements, starting at first, ending at last) COUNT (total number of elements) CLEAR (initialize queue)
RESET (Resets and restarts from beginning.)
QUIT (terminates program.)
-Features-
The program must request user input for queue size, queue content and response.
The program checks for a type mismatch (ex.: "string" input in an "int" or "double" in an "int").
___________________________
= required.
= optional
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
