Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
C++ programming This program will allow the user to keep track of airline reservations. The program should display the seating chart for the airplane....
The menu will provide choices to reserve a seat(s) and display the total number of seats sold (indicating first class and coach), the total number of seats empty in a row, the total number of seats empty in the plane (indicating first class and coach), and the total amount of sales (in dollars).
Validation: The seat requested by the user is a valid row and seat number. The program should also make sure the seat is not already taken.
#include<iostream>#include<string>#include<iomanip>using namespace std;// constant values#include<iostream>#include<string>#include<iomanip>using...