I wrote a code for sorting an array in descending order, it seems overly complex. I think I should be using a for loop and passing a value as far to the left as possible. I'm not seeing the obvious answer. Should I be using a nested for loop perhaps? I know there are some sort functions when I briefly googled descending order but I'd prefer to write something on my own. Any thoughts to make it simpler?