Help for this page
# Program that will add or multiply as many numbers that are entered. # Use the program as such: program.pl add 3 2 1 ... } return $product; }