Question: Create a C++ program that implements a working reservation and waiting list menu system that is persistent. Menu Add reservation (save reservation list) Identify customer
Create a C++ program that implements a working reservation and waiting list menu system that is persistent.
Menu
Add reservation (save reservation list)
Identify customer
Check availability of seat
If full add customer info with id of customer to persistent waiting list fifo
Cancel reservation
Check if seat is on waiting list add customer from list to reservation remove from waiting list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
