1. Develop an accumulator-style version of product, the function that computes the product of a list of numbers. Show the stage that explains what the accumulator represents.
2. Develop an accumulator-style version of how-many, which is the function that determines the number of items on a list. Show the stage that explains what the accumulator represents.