An object starts at the center square of a 5x5 grid (coordinate 3,3). It moves 2 squares Up, 1 square Right, 3 squares Down, 2 squares Left, and 1 square Up. What are the final coordinates of the object, using (column, row) from top-left (1,1) to bottom-right (5,5)?
Continue
Scroll down for results