0
I want to get Sum of Sum âŠ
https://code.sololearn.com/c6SLr55u83Uf/?ref=app My desire is.. If i input some number like 44 The answer = 8 And break the program But if my number need sum to get 1 len Like 99 My program give me 2 answer Like 99 -> 18 -> 9 How can i solve it ?
6 Answers
+ 1
see if that what you want:
https://code.sololearn.com/cw9YHngropmr
+ 1
MO ELomari Thanks you!!!đ„°
+ 1
MO ELomari Thanks you so muchđđ€
0
Justice i know itâs working, i just want if the answer have 2 len , the sum have continue for get 1 len and finally have print 2 answer . Did you get my mean ?
0
MO ELomari Sorry i have another question. How can i add â->â to my all answer ?
Like
-> 18
-> 9