String a="100";
int b=2;
String c=a+b;
then the answer is c=1002;
+ make the two sides become String when there is at least one String exsit.