You have a string of chars. Every char in the string is the same value/character, for example - 'a'. Your string looks something like this - "aaaaa" If you randomly erase a char in this string - ...