The arrow at the maze entrance indicates that the robot will be heading east when it enters the maze. When programming the robot, let the complex number d represent the direction the robot is facing. As the robot changes direction, the value of d will also change; so, the value of d is dependent on where the robot is in the maze. At the start of the maze, what is the value of d?
