Challenge: Let's Get Functional
Solve a task that adds up all the integers from 1 to that number recursively.
We'll cover the following...
Task
Write a recursive function that accepts an integer value and adds up all the integers from 1 to ...