. Design a modular program

that asks how many tickets for each class of seats were sold, and then displays
the amount of income generated from ticket sales.
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.

2 answers

Dewayne, we are not going to do this for you. What would be the purpose of that?

We will be happy to check your logic, and your program flow. Post it.
4. 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 a program that asks how many tickets for each class of seats were sold, and then displays the amount of income generated from ticket sales. Use Switch/case structure.