| Homework 21DetailsPoints | Problem | Comments/details
|
---|
5 | 7.11c | Solve it using one technique. The next assignment will ask you to use 2 techniques!
| 5 | that→ | Give a simple recursive algorithm int arraySum(int []a, int n) that computes the sum of all of the elements of an array of size n. You may not use a loop! |
|
|
|