Solution Review: Compute Sum of First n Natural Numbers
This lesson will explain how to compute the sum of the first n numbers using recursion.
We'll cover the following...
Solution: Use Recursion
The sum is calculated by adding the sum of previous numbers ...