Admin Password
circle_area()
//argument0 = radius
var circle;
circle = (argument0*argument0)*pi;
return circle
This page has been viewed 56 times