My project is to basically read a long string of characters and grab tokens of each word. After I do that, I put each word in an array and find the frequency. What I need help is how I can put each word into a TWO-D array. I am able to cout every word separately, but I'm not sure how I can put it into an array continuously.