Question
Visual Basic: Create a project to keep track of concert ticket sales by your club. Ticket prices are based on the seating location. Use an
Visual Basic:
Create a project to keep track of concert ticket sales by your club. Ticket prices
are based on the seating location. Use an array to hold the price of each type of
seats.
Do not allow the user to receive an exception for subscript out-of-range.
Your program should calculate the total tickets sold for each section for each
member of the club (at least 8 members). The club members name and the number
of tickets sold for each section should be in a text file (Use the order as shown in
the table below. If a member did not sell any tickets for that section use 0 as the
entry), The program should read this text file and then create an array with the
information, (Use the Split Method).
The program should create a Two- dimensional array of the results (The original
array plus the total tickets sold and total income for each member (2 more
columns)
The project should display the Ticket price schedule. Display the final array in a
list box. An alternate method is to use the Data Grid View object.The last line
should have the totals.
Use a LINQ query (Must have Option Infer at top) to find the members with the
top five Sales .Display this on a Summary form
Use Good Programming Practices: Such an appropriate splash screen, an about box,
and
menus.
Make sure that you use comments throughout the code
Type of seating Price per seat
Orchestra- 40.00
Mezzanine- 27.50
General I- 15.00
Balcony- 10.00
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started