Let's practice using recursion by creating a function that calculates the sum of an array of numbers. Write a function called arraySum that takes in an array of numbers and returns their sum using ...