So here's the question I've been assigned to and I seriously need help with the C++ coding. Please
Airline Seat Reservation System
A small airline has just purchased a computer for its new automated reservation system. You have been asked to program the new system. You are to write a new program to assign seats on each flight of the airline’s plane (maximum capacity: 50 seats). Assume that there are only 5 planes. Each plane has certain number of first class and economy seats.
Design your program with appropriate input. When a passenger wants to book a seat,
- -request for the flight schedule and determine the plane;
- -display the seat arrangement in the plane and indicate the available seats;
- -let the passenger select the seat (any two passengers cannot book the same seat); and
- -upon confirmation, print the boarding pass indicating the flight schedule and the seat number of the passenger.
Include iterations to accept more than one passenger for seat selection and print their boarding passes.