Write Python programs to solve the problem. Shipping is free for online orders totaling $50 or more at Mississippi.com. Orders less than $50 are charged $7.00 for shipping. 7% sales tax is added for items that are taxable. A shopper is ordering one item, but possibly in multiple quantities. Write a program that prompts for the unit price of the item and the quantity desired. The program should also ask if the item is taxable and clearly indicate how the shopper should reply. Finally, the program should display a four line receipt that shows the subtotal of the purchase, sales tax, shipping cost, and total amount due. All amounts should be in currency format as described in the requirements above
Write Python programs to solve the problem. Shipping is free for online orders totaling $50 or more at Mississippi.com. Orders less than $50 are charged $7.00 for shipping. 7% sales tax is added for items that are taxable. A shopper is ordering one item, but possibly in multiple quantities. Write a
Trending now
This is a popular solution!
Step by step
Solved in 1 steps with 1 images