#1. Airplane Seating Assignment. Write a C# Windows App that can be used to assign seats for a commercial airplane. The airplane has 13 rows, with 6 seats in each row. Rows 1 and 2 are first class,...

#1. Airplane Seating Assignment. Write a C# Windows App that can be used to assign seats for a<br>commercial airplane. The airplane has 13 rows, with 6 seats in each row. Rows 1 and 2 are first class,<br>rows 3 to 7 are business class, and rows 8 to 13 are economy class. Your program prompts the user to<br>enter the following input: Design the form to accept the user input.<br>a. Personal Information (Complete Name, Address, Contact #, Passport #)<br>b. Ticket type (first class, business class or economy class - look for the fares for each ticket type)<br>c. Click Desired seat from the seating plan.<br>Note: Design your form displaying the seating plan in the following format. Put also appropriate<br>titles/headings.<br>ABCDE F<br>Row 1<br>.• x* X X<br>Row 2<br>* X* X .X<br>Row 3<br>* X X X<br>Row 4<br>X * X X<br>Row 5<br>*x X*<br>Row 6<br>*x *<br>* X<br>Row 7<br>X X<br>Row 8<br>* XX X.<br>Row 9<br>X X X X<br>Row 10<br>• X X XX<br>.• x• x •<br>Row 12 ** x x* x<br>Row 13 ** *x*<br>Row 11<br>Here * indicates that the seat is available; X indicates that the seat has been assigned.<br>d. For confirmation, display the passenger's name, the selected seat, and the payment due before exiting<br>the app. Design the form to display the output.<br>e. Provide other functions that you need is necessary for the app.<br>f. Save the file as TicketingApp.<br>
Extracted text: #1. Airplane Seating Assignment. Write a C# Windows App that can be used to assign seats for a
commercial airplane. The airplane has 13 rows, with 6 seats in each row. Rows 1 and 2 are first class,
rows 3 to 7 are business class, and rows 8 to 13 are economy class. Your program prompts the user to
enter the following input: Design the form to accept the user input.
a. Personal Information (Complete Name, Address, Contact #, Passport #)
b. Ticket type (first class, business class or economy class - look for the fares for each ticket type)
c. Click Desired seat from the seating plan.
Note: Design your form displaying the seating plan in the following format. Put also appropriate
titles/headings.
ABCDE F
Row 1
.• x* X X
Row 2
* X* X .X
Row 3
* X X X
Row 4
X * X X
Row 5
*x X*
Row 6
*x *
* X
Row 7
X X
Row 8
* XX X.
Row 9
X X X X
Row 10
• X X XX
.• x• x •
Row 12 ** x x* x
Row 13 ** *x*
Row 11
Here * indicates that the seat is available; X indicates that the seat has been assigned.
d. For confirmation, display the passenger's name, the selected seat, and the payment due before exiting
the app. Design the form to display the output.
e. Provide other functions that you need is necessary for the app.
f. Save the file as TicketingApp.
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here