I am working on a coding problem where I have to sort an array of words(pointers to strings) by the length of the word. I have an idea of the code that uses some index manipulation, but would like some help with checking the logic to see if I have this right. Here's the code I have so far.I am working on a coding problem where I have t