Recursive Sum of Numbers

# Introduction In this programming challenge, we are required to find the sum of numbers from 1 to N using recursion. The input is a single integer N, and the output should be the sum of all numbers from 1 to N.

|60 : 00

Click the virtual machine below to start practicing