[SOLVED] SOLVED:Theater Seating Program

Original price was: 50.00 $.Current price is: 37.00 $.

Programming resource
Digital learning resource

As a culminating activity for Week Five, the Learning Team will be writing the following program that can be used by a small theater to sell tickets for performances. The theater’s auditorium has 10 rows of seats with 9 seats in each row. The program should display a screen that shows which seats are available and which are taken. The screen will show a chart depicting each seat in the theater.

Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

As a culminating activity for Week Five, the Learning Team will be writing the following program that can be used by a small theater to sell tickets for performances. The theater’s auditorium has 10 rows of seats with 9 seats in each row. The program should display a screen that shows which seats are available and which are taken. The screen will show a chart depicting each seat in the theater.
Seats that are taken are represented by an * symbol, and seats that are available are represented by a # symbol.
Every time a ticket or group of tickets is purchased, the program should display the total ticket prices and update the seating chart. The program should keep a total of all ticket sales.
The program should also give the user an option to see a list of how many seats have been sold, how many seats are available in each row, and how many seats are available in the entire auditorium.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.