Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

read the submission requirements at the end of this document carefully and make sure your program complies with ALL requirements. The project is worth 15%

read the submission requirements at the end of this document carefully and make sure your program complies with ALL requirements. The project is worth 15% of your final PRG 255 mark. Title: Econo-Flight Airline Reservation Program Write the Econo-Flight Airline Reservation Program with the following features: Description : The Econo-Airlines fleet consists of one plane with a seating capacity of 12. It makes one flight daily. The aircraft seating is arranged in 6 rows with 2 seats per row. The program uses an array of 12 structures. Each structure holds a seat identification number, a marker that indicates whether the seat is assigned, the last name of the seat holder, and the first name of the seat holder. The program is to displays the following menu. Use a do while loop and a switch to make the selection. The selection must NOT be case sensitive. Each selection should call a different function. To choose a function, enter its letter label: A. Display ALL seat assignments (including Empty). B. Show ONLY a list of empty seats and show total of empty seats C. Show ONLY the assigned seats with name of person and total assigned. D. Assign the customer to an empty seat. E. Delete ONE seat assignment. F. Delete ALL seat assignments. Q. Quit program. Note all data must be saved to a file. o The program must successfully execute the premise of the menu. o Data is to be saved to a file between runs. When the program is restarted, it must first load the last status. Do not use global variables. (except for the structure definition)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Programming questions

Question

What are the four main components of an information system?

Answered: 1 week ago