Question: Need a more clearer version for Visual Studio String Processing Project: Find out how many times each English vowel appears in a file containing English

 Need a more clearer version for Visual Studio String Processing Project:

Need a more clearer version for Visual Studio

String Processing Project: Find out how many times each English vowel appears in a file containing English text. Also output the English text with each vowel capitalized, so the vowels stand out. There are 5 vowels in English: 'A' or'a,'E' or'e','1, or i','0' or o','U' or'u'. You need 5 counters, one for each vowel. Follow Program Guidelines. Use string processing functions. Input: The input file contains an unknown number of lines of English text. Processing: The function main( ) will declare filestream and other variables, open files, and call functions to do the processing. Required functions are: 1. 2. 3. A Boolean function is Vowel returns true if a character is a vowel; it returns false otherwise. A function processes the input file contents line by line, counting vowels and capitalizing them. A function outputs the counter values for each vowel, with appropriate labels. Output: The output file will contain the input English text with each vowel capitalized, followed by the number of times each vowel appeared, with appropriate labels

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!