Answered step by step
Verified Expert Solution
Question
1 Approved Answer
It is C++ 1.11 VowelCount (for Jan 30-31) Create a program to ask the user for a single word. Then print out how many vowels
It is C++
1.11 VowelCount (for Jan 30-31) Create a program to ask the user for a single word. Then print out how many vowels and consonants there are in that word. Ask the user if they want to do it again, until user says no. For the purposes of this lab, vowels will be A, E, 1, O, and U. Every other letter is a consonant Suggestion: First make the loop to enter words. When you get to the part that is supposed to print the counts, put in a stub that says T don't know. Once that is working, replace the stub with a loop that looks at each letter in the string and counts vowel or consonant. Run in submit mode for exact form of answers. LAB ACTIVITY 1.11.1: VowelCount (for Jan 30-31) 0/2 main.cpp 1 #includeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started