The idea of this application is to read words stored in a text file.
For example, I have a text file with three names on it, two separated by a white space. and then a third name separated by a line.
// ex:
Brandon Josh
Dish
//
Is there a way to read those words, and assign them to their own string?