% gives the remainder when one number
is divided by another.
i % 2 gives 0 if i
is even and 1 if i is odd.
Change the code so that the stripes are vertical.
Change the code so that the stripes are at 0, 4 and 8.
The grid shown has red if either i or j is an even number.