Write a program that reads in the radius and length of a


Write a program that reads in the radius and length of a cylinder and computes the area and volume using the following formulas:

1. Bottom area = Radius * Radius * 3.14

2. Cylinder Volume = Bottom Area * Length

3. Cylinder area = (2 * Radius * 3.14 * Length) + (2 * Bottom area)

Your program should prompt the user to enter the radius and length of a cylinder. The program should output the length and radius of the
cylinder along with the area and volume of the cylinder. Limit the output values to two decimal places.

Please submit the source code for your program along with a word document that includes screen shots of the compiled results and executed output. The page margins on the top, bottom, left side, and right side should be 1 inch each.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write a program that reads in the radius and length of a
Reference No:- TGS02366572

Now Priced at $10 (50% Discount)

Recommended (90%)

Rated (4.3/5)