Design a modular program that asks the user for the number of tickets sold for each class of seat at a softball game. Have the program display the amount of money generated, from sales for each ticket class. There are three seating categories at a stadium, for a softball game. They are: Class A—$15.00 each Class B—$12.00 each Class C—$9.00 each Your program should contain the following modules: Module main. Accepts user input of the number of tickets for each class of seat. Calls showIncome. Module showIncome. Accepts numbers of tickets for each class as parameters. Calculates the income for each class, the total income, and displays all results. Show flowchart and in psuedocode gaddis and in java



Answer :

Other Questions