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...

#2) Write a method... Write a method that will return the sum

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!