Question: 3. (28 points) WRITE THE NECESSARY C++ STATEMENTS a) Write a function called find volume that receives the radius and height of a cylinder (floating
3. (28 points) WRITE THE NECESSARY C++ STATEMENTS a) Write a function called find volume that receives the radius and height of a cylinder (floating point numbers) and returns its volume. (Hint: The volume of a cylinder with radius r and height h is given by r h, where 3.1416.) b) Write a function that displays at the left margin of the screen a solid square of asterisks whose side is specified in integer parameter side. For example, if side is the function displays the following
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
