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

  • Bottom area = Radius * Radius * 3.14
  • Cylinder Volume = Bottom Area * Length
  • 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.

The overall procedure in executing a Java program involves creation, compilation, and final execution. Study this programming structure, and respond to the following:

  • Discuss the procedure involved in creating, compiling and executing a Java program.
  • What are the three types of errors that might occur while constructing a Java program?
  • Which type of error is the most difficult to rectify? Explain with an example.
  • What is the significance of the Java virtual machine? What are the advantages of Java as a programming language? This will require some investigation.
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.