for (int counter = myArray.length - 1; counter >= 0; counter--) { 

Read more of this post