The goal of Checkerboard V2 is to create a grid-like pattern of "markers" or "beepers" on a canvas of any size. Unlike the first version, V2 often requires the program to be dynamic—meaning it must work whether the grid is
Instead of two colors, use four colors repeating. Use (row + col) % 4 to choose from an array of colors. 9.1.7 Checkerboard V2 Codehs
Before submitting, test these cases manually: The goal of Checkerboard V2 is to create