Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help in C#, visual studio in how to write this code Instructions BroncoFest is a concert hosted at UCO. The ticket prices are

I need help in C#, visual studio in how to write this code

image text in transcribed

Instructions BroncoFest is a concert hosted at UCO. The ticket prices are listed below: Row 1 are VIP seats and cost $125.00 Row 2 are premium seats and cost $75.00 Row 3 tickets are $65.00 Row 4 tickets are $57.00 Each row has 10 tickets to sell. Write an app that 1. Displays the rows and ticket prices for each row 2. Asks the user for the row number and the number of tickets to purchase 3. Check if there are enough tickets on the requested row to sell the requested tickets 4. If so, o deduct the number of tickets from that rows available ticket number o calculate the price for the row and number of tickets o calculate a 1.5% ticketing fee - Display the price and fees as shown below 5. If there are not enough tickets to sell on the requested row, provide an error to the user and ask them to try another row. X C:\Users\mhepner1\Dropbox\C#Spring 2020 Projects\Pr. - Enter the row you would like to buy tickets for Rows 1 VIP $125 Rows 2 Premium $75 Rows 3 Tickets $65 Rows 4 Tickets $57 How many tickets would you like to purchase? 15 To purchase 5 tickets on row 1 is Ticket Purchase Price $625.00 Ticketing Fees $9.38 Total $634.38 1

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

Students also viewed these Databases questions