Question: I need help writing this code needs to be able to input hieght, length, and wieght of the box also input cost of the books
I need help writing this code needs to be able to input hieght, length, and wieght of the box
also input cost of the books then add 8.25% sales tax and give total cost
wieght of box anything over 20 is to heavy
anything over 15 for hieght and lenght is to big
Chapter 2 C++ Game Lab Assignment
Use concepts from Chapter 1 and 2 only.
You have been hired by the Under-Cut Book Company to develop a C++ program that will allow a student to purchase used books at the company on-campus shipping services.
The program must incorporate concepts based on chapters 1 and 2 only.
Make sure to restrict the decimal position to only two decimal postion.
User should be able to input important data to compute the total transaction cost.
The tax rate is 8.25%
Test and display the information if the following condition occurs:
"box is too large and too heavy"
"box is too large"
"box is too heavy"
"box is OK"
invalid input
Display the appropriate message for the cost of the shipping
Use the system(pause); so that the results can be seen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
