A+ Work





Create a project to keep track of concert ticket sales by your club. Ticket prices are based on the seating location. Your program should calculate the price for each sale, accumulate the total number of tickets sold in each section, display the ticket price schedule, and print a summary of all sales.

The form should contain a list box of the sections for seating.

Do not allow the user to receive an exception for subscript out-of-range.

Section Price

Orchestra $40.00

Mezzanine $27.50

General $15.00

Balcony $10.00