Question: please can you help me with this in c++ Count the Number of Vowels Problem Description - Get input value for a string varriable using

Count the Number of Vowels Problem Description - Get input value for a string varriable using - Create an integer variable named with initial value 0. - Create a char variable - Run a loop to access each character of the string. - Inside the loop, convert the string character to lowercase using the tolower() function and store it in the variable. - Now, check if is a lowercase vowel or not. - If it is, then increase the value of by 1. - Print the value of vowels outside the loop. not. - If it is, then increase the value of vowels by 1. - Print the value of vowels outside the loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
