Hi everyone
Create a console program that allows a user to enter a list of prices and generate a receipt.
The receipt must show the list of prices, the subtotal, tax amount @9%, and a grand total. All numbers must be aligned in a single column with the summary fields labeled. Be sure to include a heading of "Bob's Supermarket" and footer thanking the customer on the receipt. ALL WORK MUST BE DONE IN FUNCTIONS
Cheers ty