Need a more clearer version for Visual Studio String Processing Project: Find ou
ID: 3753293 • Letter: N
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 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.Explanation / Answer
Since there is no language requirement I am writing in python for simplicity.
Python code:
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.