Quote:
Originally posted by Mc Brain
x(0), y(0)
x(0), y(1)
x(0), y(2)
x(0), y(3)
x(0), y(4)
x(1), y(0)
x(1), y(1)
x(1), y(2)
x(1), y(3)
x(1), y(4)
x(2), y(0)
x(2), y(1)
x(2), y(2)
x(2), y(3)
x(2), y(4)
x(3), y(0)
x(3), y(1)
x(3), y(2)
x(3), y(3)
x(3), y(4)
x(4), y(0)
x(4), y(1)
x(4), y(2)
x(4), y(3)
x(4), y(4)
There you have the 25 combinations....
but you can't store 25 info like that, you could only store 5, because it would overwrite the previous y values (look carefully and you will know what i mean)