Question: Instructions : do the code in C++ #use 2 function #1st call area=x*y in a function #Then made another function multiply area * h
Instructions : do the code in " C++" #use 2 function #1st call "area=x*y" in a function #Then made another function multiply "area * h"

. Assume some parameters are given for a laboratory room. Given Parameters are: Length of the room =42.5 cm Width of that room = 30.8 cm Height of that room=19.2 cm Create Functions for a particular room (1 function per statement): 1. Calculate the area of that lab. 2. Calculate the volume of the lab, do not rewrite the whole code, just reuse the area part from the previously created function. Display all the values of that Lab by calling from the main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
