Write a program counts in a given text the words that contain at least three different vowels (Vowels are a, e, i, o, and u).
Words in the text are all lower case and are separated by at least 1 space, maybe more. The last word in the sentence ends with character '.'. The maximum size of a word in text is 15 character. There should be three sentences tested.
Included in the program should be a function, the input which is a character, the output is either 1, if the character is a vowel or 0 if the character is not a vowel. Other function will be necessary as you are required to modularize your program.
The final output should consists of echo print of the text with the words having 3 or more different vowels marked, and the count of these words.
A word for your test plan is "unquestionably".
--------------------------------------------------------------------
That's my lab Assignment Sheet!!!!
Please write C++ Codes using Microsoft Visual Basic 2005 or 2008