Question: IN C++ Write a function deVowel that uses range for and auto to perform the following on a string Sentence. a. Replace each vowel in
IN C++ Write a function deVowel that uses range for and auto to perform the following on a string Sentence.
a. Replace each vowel in Sentence with the symbol @.
b. You should write and use a Boolean function isVowel to test each individual symbol.
c. The function isVowel should use an appropriate range for loop as well.
d. Returns the modified string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
