Predict the output:
int a=100, b=50;
String x = String. valueOf(a);
String y = String. valueOf(b);
System.out.println(x.length() +y.length()) ;

Posted on by