command is given to KAREL to move forward one spot. move O turn left O put ball O take ball
Answers
Answered by
3
Answer:
Since the then clause consists of more than one statement, the braces cannot be omitted. void Escape() { if (frontIsClear) { Move(); TurnLeft(); }
Explanation:
Similar questions