A chocolate chip cookie store has a program display the statistics on cookie sales.

Fact: Cookies cost 10 cents to make, but are sold for 25 cents.

Keep track of:
Make functions used to: A data file called data.txt contains cookie order quantities, one on each line. A value of 0 is used to indicate the end of the data.
Read in the numbers from a file called data.txt, as long as a trailer value of 0 is not reached. Download the sample file to use for the project, so that way I'll have all the same values for each student.

For each number read in (except for 0) do the following:

After reading in a value of 0, display the sales statistics:

After the statistics are displayed, exit the program.