Write a function in C++ to print the count of the word the as an independent word
in a text file STORY.TXT. 2
For example, if the content of the file STORY.TXT is
There was a monkey in the zoo. The
monkey was very naughty.
Then the output of the program should be 2.