Question: C++Program Write a program that prompts for length (L), width (W) and height (H) of a box then prints out the box's volume which is:

C++Program
Write a program that prompts for length (L), width (W) and height (H) of a box then prints out the box's volume which is: length width height along with the surface area of the box which is 2(H x W) + 2(Hz L) + 2(W x L). The program should display good prompts along with labels and output for the volume and surface area of the box. Remember to variable names which describe the value stored in the variable as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
