Sales Receipt File
Modify the program you wrote in Programming Challenge 6 to create a file containing a sales receipt. The program should ask the user for the quantity of items being purchased, and then generate a file with contents similar to the following:
SALES RECEIPTUnit Price: $10.00Quantity: 5Subtotal: $50.00Sales Tax: $ 3.00Total: $53.00
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.