Closed navi532 closed 5 years ago
Problem is to find sum of digits of a positive integer using recursive method. e.g Input= 123 Output= Sum of its digits: 6
Is it okay, now?
You need to add a descriptive discription , some thing with an example
Input/output
I have to mention descriptive description where? On here or on separate file ?
Problem is to find sum of digits of a positive integer using recursive method. e.g Input= 123 Output= Sum of its digits: 6