...

/

Challenge: Sum of Lists

Challenge: Sum of Lists

Test yourself and implement what you have learned so far in this challenge.

Problem Statement

In this challenge, you need to create a recursive function sum which returns the total sum of the integers in a List.

The ...