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