Write a program that generates a random integer radius (r) and height (h) for a cylinder in the range 1 to 20, inclusive, and then computes the volume and surface area of the cylinder.
Volume = πr2h
Surface Area = 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.