This is how three blocks, X, Y, and Z, are arranged at the start of a simulation:
Draw or describe the final arrangement of the blocks after the following algorithm has run.
WHILE HEIGHT(0) > 2 MOVE(0, 1) ENDWHILE MOVE(0, 2) MOVE(1, 2)