Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A theater seating chart is implemented as a table of ticket prices, like this C1 C2 C3 C4 C5 C6 C7 C8 C9 C10 R1

A theater seating chart is implemented as a table of ticket prices, like this
C1 C2 C3 C4 C5 C6 C7 C8 C9 C10
R1 10 10 10 10 10 10 10 10 10 10
R2 10 10 10 10 10 10 10 10 10 10
R3 10 10 10 10 10 10 10 10 10 10
R4 10 10 20 20 20 20 20 20 10 10
R5 10 10 20 20 20 20 20 20 10 10
R6 10 10 20 20 20 20 20 20 10 10
R7 20 20 30 30 30 30 30 30 20 20
R8 20 30 30 40 50 50 40 30 30 20
R9 30 40 50 50 50 50 50 50 40 30
R10 20 40 50 50 50 50 50 50 40 20

A theater seating chart is implemented as a table of ticket prices, like this above Write a program that asks users to pick either a seat or a price. When choosing seat, indicate the row and column for the location; when choosing the price, like computer find the first available price; mark the sold seats by changing the price to 0. When a user specifies a seat, make sure it is available. Use loop to determine whether continue to order or not. In each time, the seating chart should be displayed for user. When user stops ordering, your program should output the number of tickets ordered, and amount ordered.

PS- the program is being written in python language and our insturctor has told us to us elif

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions

Question

What is Ramayana, who is its creator, why was Ramayana written?

Answered: 1 week ago

Question

To solve by the graphical methods 2x +3y = 9 9x - 8y = 10

Answered: 1 week ago

Question

Why does sin 2x + cos2x =1 ?

Answered: 1 week ago

Question

7. Where Do We Begin?

Answered: 1 week ago