Answered step by step
Verified Expert Solution
Question
1 Approved Answer
hey there I really need this program to run in Visual studio as a console application in VB.net language, as in starting with module1 There
hey there I really need this program to run in Visual studio as a console application in VB.net language, as in starting with module1
There are three seating categories at a stadium. For a softball game, Class A seats cost $15, Class B seats cost $12, and Class C seats cost $9. Design and write a modular program that asks the user how many tickets for each class of seats were sold, and then displays the amount of income generated from ticket sales. Also display the total revenue generated. REQUIREMENTS: Using the SDLC and its steps discussed in class: Create a design document of your choice (flowchart, pseudocode, IPO chart, or algorithm): 25 points Comments are required throughout your program: 20 points Use global constants: 3 points Display a friendly message of the purpose of your program: 5 points Use local variables: 7 points Use modules for the following: 30 points o o o Get Class seat(s) count Set income amount for each Class Show total revenue Program successful builds and runs with no errors: 5 pointsStep 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