I am having problems reading a data file to the program. The data file contains players name, points per game, and the player's jersey number. The data file looks like:
DeAndre Parks
0 16.9
It has 13 of these players and it will not read the names specifically, it just spits out garbage numbers when I try to run it. Any help would be appreciated. Thanks.