Your browser does not support JavaScript!

What is the output of the code snippet below:            int[] intArray = new int[10];for(int x = 0; x<intArray.length; x++){System.out.print(intArray[x]);}

  • 0000000000 Correct
  • 012356789
  • The given code is not valid
  • 1235678910
  • none of the choices
Similar ITE-6104 questions