Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PYTHON Create a program that determines the cost of 3 items shipped with tax. The user will enter the following information for exactly 3 different

PYTHON

Create a program that determines the cost of 3 items shipped with tax. The user will enter the following information for exactly 3 different items: Description Price Quantity Weight per item You will capture the 4 pieces of information for each of the 3 items. You will then let the user know what they bought, how much is the SubTotal, Shipping & Handling costs, the Tax and the Total (format the output for these 4 totals as USD$ with two decimal places). Shipping and Tax: Shipping is 25 cents a pound with a Handling charge of $5 per order. The Tax Rate is 9% of the Subtotal. Test Data: You need to develop some test data and put it into your comments in the program

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions