1 // for (int i = 0; i <= a.length; i++) { //ArrayIndexOutOfBoundsException: 6 2 // System.out.println(a[i]); 3 // }