1.

What will be output?String S1 = "S1 ="+ "123"+"456";String S2 = "S2 ="+(123+456);

A. 1=123456, S2=579
B. 1=123456,S2=123456
C. 1=579,S2=579
D. one of This
Answer» B. 1=123456,S2=123456


Discussion

No Comment Found