moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Issue #19 : Add Recursive solution to find sum of digits of positive in… #42

Closed navi532 closed 4 years ago

navi532 commented 4 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

navi532 commented 4 years ago

Is it okay, now?

moogacs commented 4 years ago

You need to add a descriptive discription , some thing with an example

Input/output

navi532 commented 4 years ago

I have to mention descriptive description where? On here or on separate file ?