[solved] – Question 98365
Write a C++ program which reads in a line of text and counts the number of occurrences of the word ‘the’ in it. It outputs the line of text on one line, ‘The number of times the ppears is’ and the count on the next line using a single cout statement.
Expert Answer
OR

