Semester Project Computer Science/Programming

profilewesw1234
THESEMESTERPROJECTONAIRLINERESERVATION.docx

THE SEMESTER PROJECT ON AIRLINE RESERVATION

You are required to create 5 array of economy class and first class for an Airline reservation.

Use the do loop asking the user for input, for example "Please select of the following options below:\n 1-\"First Class\" \n 2-\"Economy\" \n Your Choice >> " or Please select of the following options below:

1-"First Class"

2-"Economy"

Your Choice >> 1

Decide the seat selection for First Class, so the loop body seeing if there are spots available. Then, assign a seat with message. Your seat in first class is number 1. Thanks for flying with us.

/if there are no seats available in first class; then, check to see if there are seats in the economy, and print "Unfortunately there are no more seats in first class. Would you like to fly economy Would you like to reserve another seat?

1- Yes

2- No

Your Choice >> 2

Have a nice day!

If wrong choice print ("User Error: The choice that you entered is not valid. Please try again.