0){ $array[] = $number; $ans = min($array); } else { $ans2 = $number; } } if(is_null($array)){ echo $ans2; } else { echo $ans; }