Help for this page

Select Code to Download


  1. or download this
    for $nums (@numset){
    $min = $nums unless ($min);
    ...
    $total += $nums; ++$count;
    }
    print"Minimum: $min","\nMaximum: $max\n","Average: ",$total/$count;
    
  2. or download this
    for $nums ($first,$second,$third,$forth)
    or
    for $nums (123,32,7,-12,-23,17)