Question: programming with c++ 2. (2 5 marks) Write a C++ program that takes a text as input and returns the following information: The total number
programming with c++

2. (2 5 marks) 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 semicolon -The number of punctuation points: comma, period, exclamation mark, question mark, colon, - 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 worcs. 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
