Tips
- Use scanf("%s", array_name) to read words from your input files
into the character array you have defined to hold words.
- Use atof to convert strings to doubles and atoi to
convert strings (such as the command line argument for threshold in
the frequency program) to integers.
- The character count should not include the spaces between the words.