What does this statement print?

System.out.println("bc" + 2 + 3)

5 answers

if math is done before concatenation,, then bc5
If string ops are done first, then bc23
bc23
bc23
bc+5
Bc23
Similar Questions
    1. answers icon 3 answers
    1. answers icon 1 answer
  1. What does this statement print?System.out.println(“bc”+2+3)
    1. answers icon 1 answer
  2. Which of the following is / are valid code?a) System.out.println(Integer.add(2,2)); b) Float[] ar= new Float[] { new Float(1.0),
    1. answers icon 2 answers
more similar questions