id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

findVolumeCylinder


Write a method public double findVolumeCylinder (double radius, double height), which returns the volume which is 3.14*radius squared*the height.


findVolumeCylinder(2.0, 5.0) → 62.800000000000004
findVolumeCylinder(3.0, 7.0) → 197.82
findVolumeCylinder(1.5, 10.0) → 70.64999999999999

...Save, Compile, Run (ctrl-enter)

public double findVolumeCylinder(double radius, double height) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Copyright Nick Parlante 2017 - privacy