2 things:
1. there's no reason to call line.split(), this is done automatically by calling readLine().
2. You're printing out the entire contents of the array in the for loop. Instead, print out...