Question
. 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.
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.
Answers
bobpursley
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.
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.
Related Questions
There are three seating categories at a stadium. For a softball game, Class A
# seats cost $15, Cla...
Design a modular program that asks the user to enter the replacement cost of
a building and then di...
need help how do this program.
Use the top-down modular approach and pseudocode to design a suitab...