Question: Write a recursive function, evenProduct, that takes in a vector v and returns the product of the even numbers in the vector. Save this function
Write a recursive function, evenProduct, that takes in a vector v and returns the product of the even numbers in the vector. Save this function as a script. Are you using head or tail recursion? Explain.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
