top of page
Beginner Level 2
Lesson 4
Step 1: Loops
Can you program a loop to drive the robot from point A to point B on its own?
Hint: Use a loop for the robot to "drive forward" multiple times.
What about to put down an object on its own?
Hint: Use a loop to move the arm down multiple times.
A

B
If you'd like a refresher on loops, click this button
Step 2: Combine the previous loops
Can you combine the two loops from Step 1 so that the robot can drive and deliver an object on its own?

Step 3: Think about it!
Does this work for every object?
Is the loop easier or more difficult than controlling the robot?
Discuss your answers with a partner.
Congrats you've completed Beginner Level 2!
bottom of page