Write a Program to find the sum of all the digit of the number.
Eg Input 123
Output 6 as 1+2+3 = 6
Published By : Suraj Ghimire
Write a Program to find the sum of all the digit of the number.
Eg Input 123
Output 6 as 1+2+3 = 6