Want to create interactive content? It’s easy in Genially!
Module 5 Lesson 3 PRESENTATION
Phil Anzelmo
Created on March 25, 2023
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
Lesson 3
Please watch the video then click next.
Lesson 3: Advanced Loops
Repeats a sequence of code a specified number of times. Instead of writing the same code again and again, you can use a repeat loop. When a program is run and reaches the repeat loop, it will run the code inside of that loop the specified number of times. Once the repeat loop is finished, the program will continue from where it left off.~ Code.org Steps for getting started:
- Click the button to the left to go to the first task at Code.org.
- Determine the lines of code needed to complete the task.
- Drag over the block codes to create your line of code.
- Test out steps using the step button or run buttons.
Use the run button, to run the entire lines of code. Use the step button to run one line of code.
Click Here to Go to Code.org
Goal of Lesson 3
The goal is to complete up to practice problem 7. If you want to challenge yourself go all the way to problem 14.