# 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.
Click the virtual machine below to start practicing