Question: Write a segment of code that prompts the user for a word and stores the value in a string name userWord. Then, using a for
Write a segment of code that prompts the user for a word and stores the value in a string name userWord. Then, using a for loop, count the number of consonants (uppercase or lowercase) in the word and store the count in a variable named consonants. Display the total using a cout statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
