In C Please.
Posted: Wed Apr 27, 2022 3:29 pm
In C Please.
What English word has the most consecutive vowels? To answer this question of paramount importance, write a program that reads in this file that consists of 87337 English words: words.txt. For each word, count the number of consecutive vowels (a, e, i, o, or u) and output the word with the most consecutive vowels. If there is a tie, you only need output one of the words with the most consecutive vowels.
What English word has the most consecutive vowels? To answer this question of paramount importance, write a program that reads in this file that consists of 87337 English words: words.txt. For each word, count the number of consecutive vowels (a, e, i, o, or u) and output the word with the most consecutive vowels. If there is a tie, you only need output one of the words with the most consecutive vowels.