(50 points) Write a program for a seat reservation. Due to the pandemic, the movie theater is having to block seats from

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

(50 points) Write a program for a seat reservation. Due to the pandemic, the movie theater is having to block seats from

Post by answerhappygod »

50 Points Write A Program For A Seat Reservation Due To The Pandemic The Movie Theater Is Having To Block Seats From 1
50 Points Write A Program For A Seat Reservation Due To The Pandemic The Movie Theater Is Having To Block Seats From 1 (123.07 KiB) Viewed 18 times
(50 points) Write a program for a seat reservation. Due to the pandemic, the movie theater is having to block seats from being purchased to follow social distancing guidelines. Assume the theater has one screen and has 10 rows of seats with 8 seats per row. The program should display a screen that shows which seats are available, taken, or blocked for social distancing. For example, the following screen shows a chart depicting each seat in the theater. Seats that are available are represented by an * symbol, and seats that are taken are represented by a # symbol, and the seats that are blocked are represented by an X. (For example, after the custom chooses Row 3 seats 4,5,6, the around seats are blocked)
a) Display a seating chart similar to the one above to the user. (Your seating chart should initially display with all available seats). b) The user enters the number of tickets first. Then the user enters the row and seat numbers. (Hint: Once the user enters all seats, seats those to the front and behind the seats the user chooses need to be blocked off.) c) Test all possible scenarios and take screenshots.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply