Question: Engineering Computations Project 1 This program will compute the volume and surface area of the following three geometric shapes: Sphere Cylinder Cone The formulas necessary

Engineering Computations Project 1 This program will compute the volume and surface area of the following three geometric shapes: Sphere Cylinder Cone The formulas necessary to complete the calculations are available on the web. Your program must include a narrative with suitable pseudocode and the main. The program should prompt the user for the radius and height of the three objects in inches (the same radius and height will be used for all three). The program should then clear the screen and output a formatted table identifying the original radius and height in inches and the volume and surface area of the three objects in the order sphere, cylinder, and then cone in inches cubed and inches squared respectively. The first column of the table should identify the object, the second column should identify the volume, and the third column should identify the surface area. Use ""and "."to format tabl Must include the following: Narrative Comments Formatting Compiles/Executes Input/Computation/Output UDF's (User Defined Functions) Error Traps
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
