A small airline company needs a program


Can you help me to write a C++ program?

1.A small airline company needs a program to keep track of the seat availability of its flights. Design the structure type FLIGHT to store a four-digit flight number, the departure date in mm/dd/yy form, the three-character departure airport code, the three-character arrival airport code, and an array SEATS of row structures to store the seating data. The array of row structures is to have 20 elements, one for each row in the airplane. The row structure ROW is to have four integer members called a, b, c, and d, corresponding to the four seats in the row. If a seat is occupied, the corresponding member in the seating array should be one. Otherwise, the member should be zero.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: A small airline company needs a program
Reference No:- TGS0119216

Expected delivery within 24 Hours