Question from the C# - Fundamentals test

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

Medium

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

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