Closed sharwaritijare closed 1 year ago
This code prompts the user to input a string and then iterates through each character of the input and checks if it a vowel. If it is then it increments the vowel count and at the end prints the total count of vowels in input string.
28
This code prompts the user to input a string and then iterates through each character of the input and checks if it a vowel. If it is then it increments the vowel count and at the end prints the total count of vowels in input string.