More Iterating through Arrays with for Loops Write a function called multiply that takes as input a list of numbers and returns the product -- the result of multiplying all the numbers together. This function will look very similar to the add function we just finished writing.