Help for this page
for($c=-3;$c<4;$c++){ printf("%d %d\n",$c,$c % 2); }
int c; for(c=-3;c<4;c++){ printf("%d %d\n",c,c%2); }