...

/

Challenge: Sum Array

Challenge: Sum Array

Let’s start with challenges. For this challenge, we’ll find the sum of all the elements in an array.

We'll cover the following...

Problem

Given an array as an input argument, write a method that will return the sum of all the ...