Hi, I have a string which the user entered and I am supposed to find the first pair of double letters in the string and move one of the letters to the beginning of the array and delete the other letter. I have been trying to figure out how to do it using something like pos=section.find(); but I don't think that's the correct way to go about it.