- or download this
Total Sum = Function_1 + Function_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";
- or download this
#!/usr/bin/perl
...
}
return $total_f2;