prism_volume()
//argument0 = width of the rectangle's base
//argument1 = height of the rectangle's base
//argument = height of the rectangle
var rectangle base;
base = argument0*argument1;
rectangle = base*argument2;
return rectangle
This page has been viewed 29 times