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)

 C++ program Write a simple airline ticket reservation program. DISPLAY The
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) 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!