Compound conditions
11 tasks
-
compound1In this task, move the Robot downwards as long as there is a wall to the left or to the right.
-
compound2Paint the cell and move the Robot downwards as long as there is a wall to the left or to the right.
-
compound3Move the Robot downwards to the cell with walls to the left and to the right.
-
compound4Move the Robot downwards as long as there is a wall to the left and to the right.
-
compound5Move the Robot downwards to the cell that has a wall to the left or to the right.
-
compound6Move the Robot downwards to the cell that has a wall to the left or to the right, paint that cell, and return the Robot…
-
compound7Move the Robot downwards while the current cell is painted and there is no wall below.