Is seems as though your loop compares each string in ArrayMyName to the entire string vowel. I would recommend comparing each character in the string to the character(s) you are going to want to...