//argument0 = the measure of the first side
//argument1 = the measure of the second side
//argument2 = the measure of the third side
//argument3 = the measure of the fourth side
var trapezium;
trapezium = argument0+argument1+argument2+argument3;
return trapezium