Asked by bbb

What does this statement print?
System.out.println("bc" + 2 + 3)

Answers

Answered by oobleck
if math is done before concatenation,, then bc5
If string ops are done first, then bc23
Answered by Anonymous
bc23
Answered by Dev
bc23
Answered by riya
bc+5
Answered by Abdelrhman
Bc23
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions