I'm trying to complete the assignment located at http://www.mathartica.com/cs14/lab8.htm. I am unsure how to initialize the array for the strings because of the variable size of the file specified from the user. For example, one file might have 10 words, another might have 10,000. How can I count the number of words in the file and then initialize an array with that size to begin inputting each individual value?