Question: Write a C++ program that takes a text as input and returns the following information: - The total number of words - The number of
Write a C++ program that takes a text as input and returns the following information: - The total number of words - The number of personal pronouns: I, you, he, she, it, we, they, me, him, her, us, and them - The number of punctuation points: comma, period, exclamation mark, question mark, colon, semicolon - The number of words that start with a vowel - The number of words that start with a consonant Assume the text can have a maximum of 100 words. Use functions and arrays as needed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
