//argument0 = the measure of the base //argument1 = height var parallelogram; parallelogram = (argument0*2)+(argument1*2); return parallelogram