What will be output from the following statements: System.out.println(1+2+”3”); System.out.println (“1”+2+3);
Reveal answer
Fill a bubble to check yourself
What will be output from the following statements: System.out.println(1+2+”3”); System.out.println (“1”+2+3);