Solver FIND volume of a cube
Algebra
->
Volume
-> Solver FIND volume of a cube
Log On
Geometry: Volume, Metric volume
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'FIND volume of a cube'
This Solver (FIND volume of a cube)
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 out volume of a cube with side *[input s=3]. ==section solution perl $v = $s*$s*$s; print "Volume of a cube with side $s is {{{Volume = side^3 = $s^3 = $v}}}." ==section output v ==section check s=3 v=27