Start with 3 variables, your string as a character array, a variable to hold the number of vowles and a variable to hold the number of consonants. Now write a loop to go through each letter one by one. Use a switch statment to see if it is a, e, I, o or you and … Read more