In a simple grid, the center square is at coordinates (0, 0). The squares are arranged in a grid pattern where:
- The square directly above (0, 0) is at (0, 1).
- The square directly below (0, 0) is at (0, -1).
- The square directly to the right (0, 0) is at (1, 0).
- The square directly to the left (0, 0) is at (-1, 0).
If you start at the center square (0, 0) and move 2 squares up, then 1 square to the right, where will you be?