Categories
Archives
Blog Stats
- 472,453 hits
-
Join 489 other followers
You can like us at
Meta
Tag Archives: program to find sum of digits in java
Sum of digits in JAVA
Here is a traditional problem…..Finding the sum of digits of given number.It is not a difficult one, just we need to find the logic in it.Logic is we need to get the digits of the given number using modulus operator.Now, … Continue reading