SO should I have just made this
for (int i =19; i > 0; i--){
    array[i]
instead of actually reversing the whole order of it?