Menu

[Solved]Need Create Airline Reservation Program C Using Library Include Full Assignment Q37127013

I need to create an airline reservation program in C using onlythe library #include <stdio.h>

Here is the full assignment:

Fast Flight Airlines has heard that you were an ace programmer and hired you to write a new airline reservation program for t

Fast Flight Airlines has heard that you were an ace programmer and hired you to write a new airline reservation program for them. Fast Flight is a new company with only three flights a week Flightl, Flight2, and Flight3. Each plane can hold a maximum of 15 passengers Flight1, Flight2 and Flight3, each can hold a maximum of 15 passengers. e A menu will show the flight choices and the days and times of the flight. This menu should be in a function The function will return the flight number. This flight number will be sent to another function to check and see if the passenger will be able to get on the flight. There should be a confirmation printed on the screen if the passenger will be able to get on that flight and a message if a flight is full. When finished, the user has the option to print his reservation information. Another menu option will be to pick one of two additional types of report. The first one groups passenger by flight (output shown below), and the second one shows passengers and flights in the order entered ( output shown below) FAST FLIGHT AIRLINES FLIGH T SCHEDULE NUM BER DAY TIME Mon 6:00 AM Wed 12:00 PM Fri 2 6:00 PM * * * * FLIGHT # 1 has 3 seats available * * * *’ * * * * FLIGHT # 2 has 5 seats available. * * * * FLIGHT # 3 IS FULL. * * * * Flight Choice Flight 3 Flight 1 Flight I Flight 1 Flight 2 Flight 2 Flight 1 Flight 3 Passenger Number 4 This second menu option will assist the management is scheduling the more popular flights Show transcribed image text Fast Flight Airlines has heard that you were an ace programmer and hired you to write a new airline reservation program for them. Fast Flight is a new company with only three flights a week Flightl, Flight2, and Flight3. Each plane can hold a maximum of 15 passengers Flight1, Flight2 and Flight3, each can hold a maximum of 15 passengers. e A menu will show the flight choices and the days and times of the flight. This menu should be in a function The function will return the flight number. This flight number will be sent to another function to check and see if the passenger will be able to get on the flight. There should be a confirmation printed on the screen if the passenger will be able to get on that flight and a message if a flight is full. When finished, the user has the option to print his reservation information. Another menu option will be to pick one of two additional types of report. The first one groups passenger by flight (output shown below), and the second one shows passengers and flights in the order entered ( output shown below) FAST FLIGHT AIRLINES FLIGH T SCHEDULE NUM BER DAY TIME Mon 6:00 AM Wed 12:00 PM Fri 2 6:00 PM * * * * FLIGHT # 1 has 3 seats available * * * *’ * * * * FLIGHT # 2 has 5 seats available. * * * * FLIGHT # 3 IS FULL. * * * * Flight Choice Flight 3 Flight 1 Flight I Flight 1 Flight 2 Flight 2 Flight 1 Flight 3 Passenger Number 4 This second menu option will assist the management is scheduling the more popular flights

Expert Answer


Answer to I need to create an airline reservation program in C using only the library #include Here is the full assignment:… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *