Question: Python language requirement ### Assignment Shipping calculator ### Author: Kathy Herring Hayashi When your program is run it should ... - Print the name of
Python language requirement

\#\#\# Assignment Shipping calculator \#\#\# Author: Kathy Herring Hayashi When your program is run it should ... - Print the name of the program "Shipping Calculator" - Prompt the user to type in the Cost of Items Ordered - If the user enters a number that's less than zero, display an error message and give the user a chance to enter the number again. note: if you know loops/iterations, OK to use here, but if not, just a simple one time check with an if statement will be OK here. For example: if the cost is less than zero, print an error message and then re-ask once for the input. - Use the following table to calculate shipping cost - Print the Shipping cost and Total Cost to ship the item - End the program with an exit greeting of your choice (e.g. Thank you for using our shipping calculatorl) Example 1: Shipping Calculator Cost of items ordered: 49.99 Thank you for using our shipping calculator! Cost of items ordered: 65.50 You must enter a positive number. Please try again. Thank you for using our shipping calculator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
