Question: Develop a complete C++ programs using functions to create a program to calculate volume of a solid for different types of geometry shapes. Use the
Develop a complete C++ programs using functions to create a program to calculate volume of a solid for different types of geometry shapes. Use the equations in Figure 1 to calculate the volume for each shapes. Show all the function declarations, function definitions and function calls in your program. Use = 3.14159.
[25 Marks]
Cuboid
Cylinder
Sphere
Figure 1
With reference to Question 1 (a), use while loop to prompt the user to continue the program and use if-else statement to choose which calculation to execute. [25 Marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
