5.1k views
5 votes
1. Write a function named problem1 to simulate the purchases in a grocery store. Write statements to read the price of each item until you enter a terminal value to end the loop. Calculate the subtotal and add a sales tax of 8.75% to the subtotal. Return the subtotal, the amount of the sales tax, and the total. Call the function and display the return results. (25 pts)​

1 Answer

6 votes

Answer:

ok

Step-by-step explanation:

User Max Podriezov
by
5.6k points