Hi,

I am having trouble creating multiple arrays from each line in a text file. This is my text file:

2 8 8
3 6 9
3 1 7

I am able to read this file in, create tokens and print all the...