Write a program that calculates net revenue from basketball ticket sales.

Write a program that calculates net revenue from basketball ticket sales.

Calculations you will need to make are described below. All work should be done in the main method, and you should use comments to separate your code into the following sections. You may not combine sections; for instance, do not do any output in the calculations section and don’t do any calculations in the output section.

Write a program that calculates net revenue from basketball ticket sales.
Scroll to top