Question: I need some help solving this problem Creating a program that does the following: Prompting the user to enter in the radius and height of

I need some help solving this problem

Creating a program that does the following:

Prompting the user to enter in the radius and height of a cylinder occuring in the main method

Calculating the surface area of the cylinder using the formula area = 2 * radius * radius * + height * 2 * radius * occuring in a method other than main Displaying the surface area of the cylinder rounded to two decimal places occuring in the main method

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!