Write a value-returning recursive function that uses the DigitSum function of Exercise 1 to compute the single digit to which the int argument’s digits ultimately sum. For example, given the argument 999, the DigitSum would be 9 + 9 + 9 = 27, but the recursive digit sum would be 2 + 7 = 9.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.