This is in VB, using (Visual Studio 2003)

Here is my question:

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

    • 12 years ago
    Complete A++ Solutions
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      concertticketsalesapp.zip