☰
🚀 DynoCode
📊 Dashboard
▶
Sum of Digits
▶ Run
↺ Reset
Easy
Input: `n` (int). Return: Sum of its digits.
Example
Input: 123
Output: 6
Run your code to see output