The manager of a football stadium wants you to write a program that calculates the total ticket sales after each game. There are four types of tickets—box, sideline, premium, and general admission. After each game, data is stored in a file in the following form:
ticketPrice numberOfTicketsSold
…
Sample data are shown below:
250.75 5750
100.50 28000
50.25 35750
25.00 18750
The first value indicates that the ticket price is Php 250.75 and that 5750 tickets were sold at that price. Output the total number of tickets sold and the total sale amount using c++ compiler. Format your output with two decimal places.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here