Assignment #3 - Using a While Loop and if/else statement

A pizza store is having a special on pizzas. $5 a pizza pie, limit 4 per customer.

The person working behind the counter enters in the amount of pies that a person wants to get. A person can get either, 1, 2, 3, or 4 pizza pies. At the end of the day, the worker enters in -1 (negative 1), as the number of pies, to indicate to the program that the program is done taking orders for the day. When the program is done taking orders, display the total number of pies orders, and the amount of money the pies were in total.

Testing the program: Test your program with the following inputs and print out the results. You will need to run the program 5 times.