Module 5 Lesson 3 PRESENTATION
Phil Anzelmo
Created on March 25, 2023
Over 30 million people build interactive content in Genially.
Check out what others have designed:
FALL ZINE 2018
Presentation
INTERNATIONAL EVENTS
Presentation
MASTER'S THESIS ENGLISH
Presentation
49ERS GOLD RUSH PRESENTATION
Presentation
3 TIPS FOR AN INTERACTIVE PRESENTATION
Presentation
RACISM AND HEALTHCARE
Presentation
BRANCHES OF U.S. GOVERNMENT
Presentation
Transcript
Please watch the video then click next.
Lesson 3
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.orgSteps 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.
Click Here to Go to Code.org
Use the run button, to run the entire lines of code. Use the step button to run one line of code.
Challange
Goal
The goal is to complete up to practice problem 7. If you want to challenge yourself go all the way to problem 14.
Goal of Lesson 3