Question: C++ , tq C++ , tq C++ , tq A theater seating chart is implemented as a two-dimensional array of ticket prices as below. This

C++ , tq
C++ , tq
C++ , tq
A theater seating chart is implemented as a two-dimensional array of ticket prices as below. This array is kept in file "seat. dat". Write a complete C++ program do the following: - Reads the data in the file in 1010 two-dimensional array ticket. - Prompts users to pick a price and find any seat with that price. - Mark sold seats by changing the price to 0. - If the seat is not available, display a message "SOLD OUT!". - Repeat the process until you enter the input 0 for the price. - At the end of the process, write back the array into the same file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
