...

/

Challenge 1: Sum Elements of a List

Challenge 1: Sum Elements of a List

In this challenge, you are required to compute the sum of elements in an array.

Problem Statement

Create a sumList function that receives a list as a parameter and returns the sum of ...