need to write a program called Cylinder.java that calculates the volume of a cylinder. The program should have a a static function named computeCylinderVolume . This function should accept both radius and height as doubles and should return the computed volume as a double. The formula for the volume of a cylinder is given by: V= π*r2*h Prompt the user to input two doubles, one for a cylinders height and one for its radius. Then display the result. (Do not print to console in computeCylinderVolume) Output should be as picture shows

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter14: Introduction To Swing Components
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
I need to write a program called Cylinder.java that calculates the volume of a cylinder. The program should have a a static function named computeCylinderVolume . This function should accept both radius and height as doubles and should return the computed volume as a double. The formula for the volume of a cylinder is given by: V= π*r2*h Prompt the user to input two doubles, one for a cylinders height and one for its radius. Then display the result. (Do not print to console in computeCylinderVolume) Output should be as picture shows
Super@WUDOL MINGW64 ~/Desktop/cse1001/lab22
$ java Cylinder.java
Enter radius of cylinder: 1.0
Enter height of cylinder: 1.0
Volume = 3.141592653589793
Super@WUDOL MINGW64 ~/Desktop/cse1001/lab22
$ java Cylinder.java
Enter radius of cylinder: 10
Enter height of cylinder: 2
Volume
628.3185307179587
Transcribed Image Text:Super@WUDOL MINGW64 ~/Desktop/cse1001/lab22 $ java Cylinder.java Enter radius of cylinder: 1.0 Enter height of cylinder: 1.0 Volume = 3.141592653589793 Super@WUDOL MINGW64 ~/Desktop/cse1001/lab22 $ java Cylinder.java Enter radius of cylinder: 10 Enter height of cylinder: 2 Volume 628.3185307179587
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT