about | help | code help+videos | done | prefs |
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) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy