return the sum of an array
Returning the Sum of an Array
If you have an array of numbers and you want to find the sum of all the numbers in the array, there are a couple of ways to accomplish this. One way is to use a for loop to iterate through the array and