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

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 meters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
