Hey all,
I need some help with an application which needs to read data into an array using methods and then write it back out into a 5x5 table
so i would read int 25 digits say: 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4
and it would print
0 1 2 3 4
5 6 7 8 9
0 1 2 3 4
5 6 7 8 9
0 1 2 3 4