Question from the C# - Fundamentals test

Write a recursive C# function that calculates the sum of the first N natural numbers.

Hard

The recursive C# function calculating the sum of the first N natural numbers is:

Author: MaximeStatus: PublishedQuestion passed 57 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!