The following situation uses a robot in a grid of squares. The robot is represented by a triangle which is initially in the top left square facing downwards.
Create a solution that would enable the robot to be in the position found below. Make sure to use CAN_MOVE () to receive credit.

The following situation uses a robot in a grid of squares The robot is represented by a triangle which is initially in the top left square facing downwardsCreat class=