Question: C Programming #include Write a program counts how many vowels and how many consonants are in a string. In main, ask the user to enter
C Programming
#include
Write a program counts how many vowels and how many consonants are in a string. In main, ask the user to enter a string. Send this string to a countVowels() function that will count and return the number of vowels. Next, send the string to a countConsonants() function that will count and return the number of vowels. Use a loop that asks the user if they wish to run the program again.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
