Admin Password
sphere_volume()
//argument0 = radius
var sphere;
sphere = (4/3)*(argument0*argument0*argument0)*pi;
return sphere
This page has been viewed 39 times