30 likes | 47 Views
FOR MORE CLASSES VISIT<br>www.tutorialoutlet.com<br><br><br>Write a program that reads in the radius and length of a cylinder and<br>computes the area and volume using the following formulas:<br>1. Bottom area = Radius * Radius * 3.14<br>2. Cylinder Volume = Bottom Area * Length<br>3. Cylinder area = (2 * Radius * 3.14 * Length) (2 * Bottom area)<br>Your program should prompt the user to enter the radius and length of<br>a cylinder. The program should output the length and radius of the<br>cylinder along with the area and volume of the cylinder. Limit the<br>output values to two decimal places.<br>
E N D
Have you ever gone online to search tutorialoutlet.com Write a program that reads in the radius and length of a cylinder and computes the area and volume FOR MORE CLASSES VISIT www.tutorialoutlet.com Write a program that reads in the radius and length of a cylinder andcomputes the area and volume using the following formulas:1. Bottom area = Radius * Radius * 3.142. Cylinder Volume = Bottom Area * Length3. Cylinder area = (2 * Radius * 3.14 * Length) + (2 * Bottom area)Your program should prompt the user to enter the radius and length ofa cylinder.