I am trying to create a 3 dimensional array to output 3 months at a time for example:

1 2 3
4 5 6
7 8 9
10 11 12

The program is that I am getting a address error and I don't know where the error is coming from and the numbers are out of line.

See attachment for code.

Thanks