Question: #2) Write a method... Write a method that will return the sum of all digits in an integer, (for example, sum(1234) returns 10 and sum(12345)
#2) Write a method...

Write a method that will return the sum of all digits in an integer, (for example, sum(1234) returns 10 and sum(12345) returns 15.) The method signature is as follows: public static int sum(int number)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
