Help for this page

Select Code to Download


  1. or download this
                  Total Sum = Function_1 + Function_2
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $up_bound = 10;
    my $sum = Function_1($up_bound)+Function_2($up_bound);
    print "$sum\n";
    
  3. or download this
    
    #!/usr/bin/perl
    ...
        }
        return $total_f2;