What will the following code snippet output? int[] array = {1, 2, 3, 4, 5}; System.out.println(array[5]);