Can anyone help me please! I want the source code for this program.!! Tomorrow is last date of submitting C++ PROJECT. I want the source code for this program.!!

Airline Reservations System

A small airline has just purchased a computer for its new automated reservations system.
You have been asked to develop the new system. You’re to write an app to assign seats on each flight of the airline’s only plane (capacity: 10 seats). Display the following alternatives: Please type 1 for First Class and Please type 2 for Economy.
If the user types 1, your app should assign a seat in the first-class section (seats 1–5).
If the user types 2, your app should assign a seat in the economy section (seats 6–10).
Use a one-dimensional array of type bool to represent the seating chart of the plane.
Initialize all the elements of the array to false to indicate that all the seats are empty.
As each seat is assigned, set the corresponding element of the array to true to indicate that the seat is no longer available.
Your app should never assign a seat that has already been assigned. When the economy section is full, your app should ask the person if it’s acceptable to be placed in the first-class section (and vice versa).
If yes, make the appropriate seat assignment. If no, display the message “Next flight leaves in 3 hours.”

Recommended Answers

All 3 Replies

IF your plan is to do nothing, wait until the day before the cutoff, then expect someone else to drop everything and do it for you...
... then nobody here is qualified to give you the kindof help you really need.

that's not how the world works, kid.
You do your own work, and only when you are stuck you ask detailed questions about parts of the implementation you have problems with.
You do NOT ask other people to do your homework for you.

And oh, any airline who in 2021 buy their first computer and then expect to write an entire reservations system from scratch deserves to fail just as much as a kid who expects other people to do their homework for them deserves to fail.

If you really insist on cheating, you can pay someone to do tour homework for you on services such as Fiverr I guess??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.