Question: This is C++ :) Write a Shipping program in C++ that will take as an input the weight of an item and type of shipping
This is C++ :)
Write a Shipping program in C++ that will take as an input the weight of an item and type of shipping (regular or overnight) then display the total cost for shipping.
The shipping price criteria is described in the table below:
| Weight | Regular Shipping Cost | Overnight Shipping Cost |
| Less than 5 pounds | $7 | $15 |
| Between 5 and 10 pounds | $14 | $25 |
| More than 10 pounds | $20 | $40 |
Could you please be kind enough and show the screenshot and code?
Thank you and have a good one :D
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
