So the program is supposed to read the file. The first two lines are the numbers that are to be used for setting up the rows and columns, while the rest are going to be stored inside the array.
4
5
1
3
5
7
12
34
56
78
21
44
36
77
29
87
48
77
25
65
77
2
I have used BufferReader to read information out of the file then compare them to other information coming in to the program, but this in particular is a little bit confusing.