Question

Karel starts at Street 1, Avenue 1, facing East in a 5x5 world. What will happen after this code runs? Assume this is a SuperKarel program.

move();
move();
turnRight();
move();
JavaScript


Karel ends on street 1, avenue 3


Karel ends on street 2, avenue 3


This code won’t run because of a syntax error


Karel will crash into a wall

Answers

GPT 3.5
Karel ends on street 1, avenue 3