Search for question
Question

Write a recursive method calcSum which takes in an array of integers, and a position

(initially 0). It should return the sum of all numbers in the array(int).