Question: C++ program Write a simple airline ticket reservation program. DISPLAY The program should display a menu with the following options: (1) reserve a ticket (2)
Write a simple airline ticket reservation program. DISPLAY The program should display a menu with the following options: (1) reserve a ticket (2) cancel a reservation (3) check if a ticket is reserved for a particular person (4) display the passengers. IMPLEMENT The information is maintained in an alphabetized linked list of names of passengers. The tickets are reserved for only one flight. Extra credit: Create a linked list of flights with each node including a pointer to a linked list of passengers. There is no limit on the number of flights
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
