Help for this page

Select Code to Download


  1. or download this
    sub loop_factorial {
        my ($n, $total) = @_;
    ...
        }
        return $total
    }