Purchase Solution

C++ Console Program Calculating Total Ticket Sales for Games

Not what you're looking for?

Ask Custom Question

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, sidelline, premium and general admission. After each game data is stored in a file in the following form

ticketPrice numberOfTicketsSold

Sample data shown below
250 5750
100 28000
50 35750
25 18750

The first line indicates that the ticket price is $250 and that 5750 tickets were sold at that price. Output the number of tickets sold and the total sale amount. Format your output with two deciamal places.

Purchase this Solution

Solution Summary

A C++ console program that calculates the total ticket sales after each game. The program reads input data from file, and during the read process calculates the totals.

Solution Preview

Attached is the C++ project and an executable. In the project zip you will find the input file called - ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.