The big screen movie theater shows classics movies once a week and seats are reserved in advance for this event.the theater has the seating capacity of fifty.write a function program that keeps track of the avaible seats
-should use an array of structures
-each structure should hold a seat id number ,a marker indicating the seat availability ,and the name of the person the seat is reserved for
-create a file for each week and keep track of reserved seats for each week using these files
-the program should use files for the current week,the last week's and the next week's reservations
-the menu could like this
0:exit
1:update reservation list
2:show available seat
3:show reserve seats
selection>
1
Expert's answer
2011-04-06T12:40:45-0400
Unfortunately, your question requires more work than to be done for free. You can submit it as an assignment to our control panel set the deadline and our programmers will assist you.
Comments
Leave a comment