Question: C++ 3. Write a program that uses multiple functions; have a function to calculate the surface area of a rectangular parallelepiped (Call it calculate SurfaceArea)

C++

C++ 3. Write a program that uses multiple functions; have a function

3. Write a program that uses multiple functions; have a function to calculate the surface area of a rectangular parallelepiped (Call it calculate SurfaceArea) and the other function to calculate volume of a rectangular parallelepiped (Call it calculateVolume) (see drawing below), given the length, height and width. Use a single function to input the length, height and width into the program. Call it getInput and use pass by reference in this function. Ensure, in that function, that all inputs are greater than zero. If any input is less than or equal to zero write a message to the console saying an improper value has been input and start the process over. Write a function that outputs the length, height, width and surface area and volume of the rectangular parallelepiped. Call it outputResults Use one decimal point of accuracy. Use a value of length 2.2, height 3.4 and width 2.8. Use Google to find the appropriate formulas. Name your program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!