Computer Science, asked by millinddevp4i30o, 1 year ago

What will be the output of System.out.println (1 + 2 + "abc");

Answers

Answered by chaitanyakrishn1
0
The ouput will be,
3abc

This is becoz

1 and two are added being values nad abc being a string is concated
Similar questions