Solver FIND volume of a sphere
Algebra
->
Angles
-> Solver FIND volume of a sphere
Log On
Geometry: Angles, complementary, supplementary angles
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'FIND volume of a sphere'
This Solver (FIND volume of a sphere)
was created by by
ichudov(507)
:
View Source
,
Show
,
Put on YOUR site
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
==section input Find volume of sphere with radius *[input r=2] ==section solution perl $v = 4/3*3.1415926*$r*$r*$r; print "Volume of a sphere {{{V=(4/3)*pi*r^3 = (4/3)*pi*$r^3 = $v}}}"; ==section output v ==section check