Question: Write a program for C++ 5. (11 pts) Cost of shipping: Write, compile, and test a C++ program that uses an if-else structure for problem
Write a program for C++
5. (11 pts) Cost of shipping: Write, compile, and test a C++ program that uses an if-else structure for problem 3.11 on page 108.
Use the format specified earlier (initial block of comments with TCC logo, name, description, etc.)
Display clear instructions so that the user understands the purpose of the program and what to enter.
When the shipping cost is display, include the symbol ($) and 2 digits after the decimal point.
Run the program for the following 6 cases:
1 weight in each of the valid ranges (4 cases)
1 negative weight (display an appropriate message)
1 weight over 20 lb (not 50 as the text states) with the message indicated in the text

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
