Your browser does not support JavaScript!

What is the output of the code snippet below:            int[] intArray = { 1, 2, 3, 5, 6, 7 };            for(int x = intArray.length-1; x>=0; x--){System.out.print(intArray[x]);}

  • 765321 Correct
  • 12356
  • 123567
  • The given code is not valid
  • none of the choices
Similar ITE-6104 questions