Hello

I have an array to fill with strings...
the strings have had all puctuation removed and are all in uppercase form.

I now need to do an insertion sort...i think on the array.


I want to place a string in the correct alphabetized place in the array where array[0] is the beginning or a's and then forth.