Question: Program 2 Create a static class (Cylinder) that has a 2 static methods 0 Cachrea (that has radius and height as input parameters and returns

Program 2 Create a static class (Cylinder) that
Program 2 Create a static class (Cylinder) that has a 2 static methods 0 Cachrea (that has radius and height as input parameters and returns the surface area of the cylinder) 0 CalcVqume (that has radius and height as input parameters and returns the volume of the cylinder Formulas for the calculations: Area : {2 * 1r *Radius) * (Radius + Height) Volume = \": * Radius A 2 * Height Please Note: 0 Use Math.PI and Math.Pow of the Math class (e.g.,Math.PI * Math.Powtadius, 2) *Heigkr). o The input parameters (radius and height) for the two methods should be of type Integer. o The returned values for the two methods should be of type Double

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 Mathematics Questions!