I get a compile error on the line
while (iteration < MAX_ITERATION && sqXY <=4) {
The error is:
expected ')' before ';' token
I am pretty sure it used to work before, this problem just popped up randomly just then. Can't the while thing take 2 expressions or can't I use the && operator?