Page 1 of 1

In C Please.

Posted: Wed Apr 27, 2022 3:29 pm
by answerhappygod
In C Please.
In C Please 1
In C Please 1 (43.93 KiB) Viewed 32 times
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.