Write a method called cylinderSurfaceArea that accepts a radius and height as parameters and returns the surface area of a cylinder with those dimensions. For example, the call cylinderSurfaceArea (3.0, 4.5) should return 141.3716694115407. The formula for the surface area of a cylinder with radius r and height h is the following: surface area = 2πr2 + 2πrh
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.