Discussion Forum : Strings
Question - What will be output?
String S1 = "S1 ="+ "123"+"456";
String S2 = "S2 ="+(123+456);
Options:
A .  S1=123456, S2=579
B .  S1=123456,S2=123456
C .  S1=579,S2=579
D .  None of This
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *