<?php $length = 10; $width = 7; $height = 9; $array = [$length,$width,$height]; ASort($array); Echo "largest: " . $array[0] ."\n"; Echo "the other two " . $array[1] . " " . $array[2];
You have javascript disabled. You will not be able to edit any code.