Question: 3) Write a program to find a. Surface area (A=2 r ) b. volume(v=r? h) of a cylinder using functions.One for the area and the
3) Write a program to find a. Surface area (A=2 r ) b. volume(v=r? h) of a cylinder using functions.One for the area and the other for the volume. The program should take the height and the radius from the user then call functions to calculate the values and print the results in the main scope Note: use math library to find r? - pow(double, double)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
