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:
Ignore negative values and 0. Only process positive values.

Make functions used to:

A data file called data.txt contains cookie order quantities, one on each line. Read in the numbers from a file called data.txt, as long as the file has not reached the end of file. 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 do the following:

After reaching the end of file, display the sales statistics:

After the statistics are displayed, exit the program.