What will be the output of the following statement?
System.out.println ("1" + 3);

Q

What will be the output of the following statement?
System.out.println ("1" + 3);

✍: Guest

A

It will print 13.

2013-07-03, 3257👍, 0💬