Ok, my code seems to read the file but not from the very begging and adds some extra numbers at the end, also it does not display in an 8 by 8 array format?
Help?
I feel your problem is that you're reading in two two numbers preemptively on line 20. I'm thinking what you want to do is store every bit of data from the file in the array.
And thanks Keene removing line 20 displays all of the numbers begging to end without any extra numbers. but is there any way to display the output of the array to look like the input file dies?