Consider the following example of a LightBot program written out in text. Again, in this case we have named our robot "andy". When would andy jump?
andy.move(); andy.turnRight(); andy.move(); andy.jump();
There are no hints for this question