Question: Write a C program 1. Create a function called vowel Count that takes in a string and prints the number (count) of vowels contained within
Write a C program

1. Create a function called vowel Count that takes in a string and prints the number (count) of vowels contained within it. Read the string in the main function. Example Output Enter string: This is quiz five. The string has 6 vowel(s). Rubrics 2 points: Using the function. 1 point: Handle upper and lower case letters. 2 points: Correct output. 3 points: Using gets(). 2 points: No syntax errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
