Question: Create C++ program that uses queue class. Use the queue to store the names of 5 students with their information: - Have the students name,
Create C++ program that uses queue class. Use the queue to store the names of 5 students with their information:
- Have the students name, major and ID in each of the 5 nodes.
- Create a driver to test the queue by providing a menu of options: choose to add an element to the queue, remove it and display entire queue.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
