A concert hall has three seating categories: Orchestra, Main floor, and Balcony. Orchestra seats are $25, Main floor seats are $30, and Balcony seats are $15. The manager wants an application that allows him to enter the number of tickets sold in each seating category. The application should calculate the amount of revenue generated by each category, and then display each result using the N0 format. The application should also calculate the total revenue, displaying the result using the C0 format.
- List the output, processing (if any), and input items, and then code an appropriate algorithm.
- Develop a Visual Basic Windows application. Use the following names for the solution and project, respectively; Concert Solution and Concert Project. Change the name of the form file to frmMain.vb. If necessary, change the forms name to frmMain.
- Develop a suitable interface. Include an Exit button.
- Code the Exit buttons Click event procedure and the problems algorithm. Be sure to use the TryParse method.
- Save the solution. Desk-Check the program using your own sample data.
- Start and test the application. Close the Code Editor window and then close the solution
Reviews
There are no reviews yet.