Week 7

Iteration I – Basic Repetition

Intro

One of the most useful things about computers is their ability to perform a task 1,000,000 times as easily as they can do it once. This week we will learn about a fundamental mechanism for orchestrating repetition (and variation) in your code: the loop.

Sync Up

Activities