I am trying to figure out how to read a multi line txt file with a data like ranking, athlete name and Athletic sports name with two different year records like 2007 and 2008
like
1. JOHN CARTER in Sprint Race
19. JOHN CARTER in Sprint Race
I am trying to strip three things a part ranking in 2d array, 2d name array with first name and last name separated and event name.
lets say first 50 athletes ranking for 2007 and 2008 goes like this
1.
2.
3.
4.
.
.
.
.
50.
1.
2.
3.
4.
.
.
.
.
.50
I am totally lost I read couple of articles dealing with reading from from txt file articles and creating arrays but could not do extract anything fruitful.