You can try this
if ( c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u' ) {
// This checks to see if there is a vowel. For each letter checked in the loop if any of these are true than...