Write a Java program to compute the digit number of sum of two given integers
Input:
Each test case consists of two non-negative integers a and b which are separated by a space in a line. 0 ≤ a, b ≤ 1,000,000
Expected Output:
Input two integers(a b):
13 25
Digit number of sum of said two integers:
2
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer