Question: Write method getDigitDifference. getDigitDifference will calculate the number of digits for both integer parameters and then return the difference between the two calculated values.

Write method getDigitDifference. getDigitDifference will calculate the number of digits for both integer parameters and then return the difference between the two calculated values. A negative number should never be returned. The call get DigitDifference (43,512) would return 1. The call getDigitDifference (7145, 72) would return 2. The call getDigitDifference (123, 321) would return 0. The call get DigitDifference (861237, 1) would return 5. public static int getDigitDifference(int one, int two) (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
