I am working on a project and it's main focus is to test my understanding of recursion. The second part, of three, asks to create a function which passes two parameters one parameter being an int arr[] and the second being an integer that indicates the number of elements within the array. The function is supposed to add the elements of the array, oh and my instructor gave me the hint to use the elements as the subscripts *if that helps*. Here is my code for the project so far. (I'm not asking for someone to actually do the work for me, I just think maybe someone could give me some direction.)