Question: Write a program that counts the # of spaces, digits, vowels and consonants in a string that the user inputs. Sample run: Enter a phrase:
Write a program that counts the # of spaces, digits, vowels and consonants in a string that the user inputs. Sample run: Enter a phrase: Sally Sells 1000 sea shells Spaces: 4 Digits: 4 Vowels: 5 Consonants: 12
c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
