Hi, Im trying to write a c++ program but im having a little
difficulty. I wanted to know how it is possible to count the total
number or words in a text? Also, how can we write a c++ program in
order to count all the personal pronouns (I, you, he, she, it, we,
they, me, him, her, us, and them) and how do we calculate the
punctuation points ( comma, period, exclamation mark, question
mark, colon, and semi-colon and the number of words that start with
a vowel, the number of words that start with a consonant.
(the text can contain a maximum of 100 words), how can i
write this program using fucntions and arrays?