[solved] – Question 73548
9. Write a java recursive function that computes and returns the sum of all elements in an array, where the array and its size are given as parameters.
Expert Answer
OR
9. Write a java recursive function that computes and returns the sum of all elements in an array, where the array and its size are given as parameters.
OR