triangle_perimeter()
//argument0 = the measure of the first side
//argument1 = the measure of the second side
//argument2 = the measure of the third side
var triangle;
triangle = argument0+argument1+argument2;
return triangle
This page has been viewed 44 times