Assignment Task: Must be in C++
I was given a text file called "word.text". Its a list of words in the alphabet.
Note that the words are in mixed upper- and lowercase.
Write program to read each word in, one line at a time, and help you find the word that has the most consecutive vowels.
Only use the letters a, e, i, o, and u as vowels. For example, the word "aqueous" has four consecutive vowels. However, there is a word in the list with five consecutive vowels. Write program to print that word.