NAME = testcase,
SIZE = 8,
2,6,8,9,8,6,3,
4,8,10,10,7,5,
5,6,8,8,9,
4,6,7,8,
3,5,9,
3,6,
4
thats the file but I used a scanner to read it. All I really want to extract is the information from line 3. I want to input each number into a 2d array of of dimentions 8. But I've tried so many ways and its not working :(