...

/

Exercise 3: Sum of Digits Using Recursion

Exercise 3: Sum of Digits Using Recursion

Let's calculate the sum of digits of a number by using recursion.

Problem Statement

In this exercise, you have to write a ...