Community Profile

photo

123


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Create a program that asks a user to input a number and then finds the sum of digits of the number using recursion. for example 341 = 3+4+1 = 8
This is what i have but it wont compute anything.. number = input('Enter a number here:'); function ...

約6年 前 | 2 件の回答 | 1

2

回答