Help for this page

Select Code to Download


  1. or download this
    my @average = $num_list_total / $size;
    print "The average of the numbers is @average.\n";
    
  2. or download this
      @average = average(@_);
    
  3. or download this
        if ($element > @average) {