Question: The question is computing sum of numbers in an array of n numbers using recursive method. What does sumR(A, n-1) in here mean? How does
The question is computing sum of numbers in an array of n numbers using recursive method.
What does sumR(A, n-1) in here mean? How does sumR(A, n-1) + A[n-1] add up all the numbers in the array?

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
