Code has to be in java pls 1. Compute the volume of a cylinder) Write a program
ID: 3748119 • Letter: C
Question
Code has to be in java pls
1. Compute the volume of a cylinder) Write a program that reads in the radius and length of a cylinder and computes the area and volume using the following formulas: area = radius * radius * volume area length Here is a sample run: Enter the radius and length of a cylinder: 5.5 12 Enter The area is 95.0331 The volume is 1140.4 2. (Convert feet into meters) Write a program that reads a number in feet, converts it to meters, and displays the result. One foot is 0.305 meter. Here is a sample run: Enter a value for feet: 16.5 nter 16.5 feet is 5.0325 metersExplanation / Answer
1)
2)