Question
Do it now problem 1! You are writing an accounting program for a store. First, ask the user how many products they want to purchase.
"""""Do it now problem 1!"""""
""""You are writing an accounting program for a store. First, ask the user how many products they want to purchase. Then, in a loop, ask for the price of each product one-by-one. Add 12% tax to the price of each product, individually, and assign the total values of the product prices and their taxes to a variable total_price. At the end of the loop, display the total price that the user should pay (price of all products together plus the tax)."""""
Modify your code for Do It Now problem 1 such that the user can run it without knowing the total number of products at the beginning. You can use price = -1 as the sentinel.
Bold is the question, the part in quotations is Do it now problem 1. This is using Python.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started