Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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