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

1 answer

bc23

why not bc5?
Similar Questions
  1. public class PrimeNumbers {public static void main(String[] args) { int x = 100; for(int i=2; i <= x; i++) { if(i%2==0)
    1. answers icon 1 answer
  2. Scanner scan = new Scanner(System.in);Long x = null; Long y = NaN; System.out.println(x + y); System.out.println("Enter
    1. answers icon 1 answer
  3. 1 public class testOperators2 { 3 public static void main(String[] args) 4 { 5 int x; 6 int y = 12 7 double z = 13.0; 8 x = 14 9
    1. answers icon 1 answer
    1. answers icon 0 answers
more similar questions