Hi, I have a simple problem, I am trying to fill a 2d array 12 rows and five columns with unicode characters from 65 to 124 using nested for loops. I understand how the nested loops work but I cannot work out how to put the correct value into each array. I guess this is a simple math problem which is where I am struggling. Does anyone know of any good text on maths for programming.