Question: Write a complete C++ program to calculate the shipping charge if the shipping rate is $ 0.12 per ounce. Prompt the user and input the
Write a complete C++ program to calculate the shipping charge if the shipping rate is $ 0.12 per ounce. Prompt the user and input the number of pounds. Then prompt the user for the number of ounces. Calculate the cost of shipping. Hint: There are 16 ounces in a pound. Output the cost. No comments needed. You do not need to copy and paste the output at the bottom of the source code. Sample run: Enter number of pounds: 8 Enter number of ounces: 3 Cost: $ 15.72
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
