Question #304930

  1. what does this statement print system.out.println(''bc'' + 2 + 3)

Expert's answer

public class Program {

    public static void main(String[]args) {
        System.out.println("bc" + 2 + 3);
    }
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS