A simple Java console application that prints out receipts for shopping carts.
A main method is provided in the PrintReceiptMain class. It gets sample input data and prints out formatted receipts for the shopping carts. A set of jUnit tests, which use the same input data, is also provided.