Answered You can hire a professional tutor to get the answer.

QUESTION

Can you help me to write a C++ 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.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question