Hi there i have a txt file containing these variables
anil just_go_with_it 5
betty the_dark_knight 3
anil source_code 3
carrie just_go_with_it -3
anil paranormal_activity -5
doug the_dark_knight 5
betty shawshank_redemption 5
carrie source_code 1
betty paranormal_activity 5
carrie shawshank_redemption 5
doug shawshank_redemption 3
what im trying to do is to sort them in a 2d integer array, where the name of the person is the row and the name of a movie is a column and the numbers are at the locations of the row and column...
can someone help me out cheers..