Need a C++ program to book a plane ticket. strictly use the below program defination. if you can not, please don't attemp. void printarray(string arr[r][c]) void checkseat(string arr[r][c], string...


Need a C++ program to book a plane ticket.



strictly use the below program defination. if you can not, please don't attemp.



void printarray(string arr[r][c])



void checkseat(string arr[r][c], string row, int seat, int seatarray[])



int main()




Sample output:


A 1 2 3 4 5 6 7 8 9 10

B 1 2 3 4 5 6 7 8 9 10

AILE ------>
C 1 2 3 4 5 6 7 8 9 10

D 1 2 3 4 5 6 7 8 9 10


Enter Row (A,B,C,D): A
Enter seat number: 1


Seat Booked


A X 2 3 4 5 6 7 8 9 10

B 1 2 3 4 5 6 7 8 9 10

AILE ------>
C 1 2 3 4 5 6 7 8 9 10

D 1 2 3 4 5 6 7 8 9 10









Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here