Mozilla-Campus-Club-Cummins / CompetitiveProgramming-HacktoberFest23

1 stars 25 forks source link

Check for vowels in C #62

Closed sharwaritijare closed 8 months ago

sharwaritijare commented 8 months ago

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.