Quiz: Move to the First Yellow-Blue Lego
Drag the following lines of code to the left and produce the algorithm. Pay attention to the indentations. One of the lines is not useful.
.move all the way to the left .while not found . if the piece you're looking at is blue . move one space right . else if the piece to the right is blue . stop you found it . else if the piece to the right is yellow . move one space right -move all the way to the right