Using Groovy to Calculate Volume and Surface Area of a Cylinder // cylindrical1.groovy // // Calculates geometric characteristics of a cylinder with given radius and height. // // Don't want to use ...