Ask Question
17 December, 18:17

Write a value-returning recursive function that computes the sum of the digits in a given positive int argument. for example, if the argument is 12345, then the function returns 1 + 2 + 3 + 4 + 5 = 15.

+4
Answers (1)
  1. 17 December, 18:30
    0
    244556

    2+4+4+5+5+6=26
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a value-returning recursive function that computes the sum of the digits in a given positive int argument. for example, if the ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers