Challenge 3: Sum of Digits in an Integer
In this challenge, you will implement a method which will return the sum of digits in an integer.
We'll cover the following...
Problem statement
Implement a method in Java called sumOfDig ...