Question: 1. Write a recursive algorithm to compute a+b, where a and b are nonnegative integers. 2. Let A be an array of integers. Write a

1. Write a recursive algorithm to compute a+b, where a and b are nonnegative integers. 2. Let A be an array of integers. Write a recursive algorithm to compute the average of the elements of the array. Solutions calculating the sum recursively, instead of the average, are worth fewer points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
