STEP 7: You can use this symbol += to change the x-variable each time the loop runs!

  • In LOGIC, go to and drag out Loop with Range. Drop it at the bottom of your program.
  • Go to and drag Add Value inside the loop. Make sure it has a purple block ···· in front of it.
  • Change the variable name in the command to x. Change the integer in the command to 50.
  • Your command should look like this: ····x·+=·50¬

# THIS ACTIVITY IS IN PREVIEW ONLY MODE