Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need help with C++ homework, can't use pointers or global variables for this assignment. Write a program that can be used to assign seats for

need help with C++ homework, can't use pointers or global variables for this assignment.

Write a program that can be used to assign seats for a commercial airline. The airplane has 13

rows, with 6 seats in each row. Rows 1-3 are first-class seats, while rows 5-13 are economy

seats.

Create a menu-driven program. Display a map of all of the seats on the airplane (display a star

(*) to indicate the seat is available; display an X if the seat is occupied). Ask the user which class

of ticket they are interested in (first-class or economy) and to select the specific seat(s) they

wish to reserve.

You must create this program by writing the following functions: initialize will fill the array with '*', displayMap will display the current seating map of the entire airplane, makeReservation will let the user select the specific seat(s) they wish to reserve, and validateFunction will make sure that a) the user is not trying to reserve seats that are already taken and b) the users seat-class choice is appropriate for thespecific seats theyve selected.

A B C D E F

Row 1 * * X * X X

Row 2 * X * X * X

Row 3 X * X X * X

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

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

Students also viewed these Databases questions

Question

LO1 Explain how the workforce is changing in unpredicted ways.

Answered: 1 week ago

Question

Explain the different types of marketing strategies.

Answered: 1 week ago

Question

Explain product positioning.

Answered: 1 week ago

Question

Explain Industrial market segment.

Answered: 1 week ago

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago