for the reverse order, method is: for (int i = 0; i < data.length; i++) { System.out.println(data[i]); } This evaluates and runs flawlessly in intelliJ IDEA, but doesn't evaluate in the mobile app version of CodeGym. They specifically want you to set up your for loop to start at the highest index and decrement your way down. Just a heads up