Code Crew G1 / Week 03 / Wednesday
3/6
Week 03 Β· Loops

Wednesday

Count the Loop
// Doing it again
⏱ about 15 min
Three boxes counting loop steps.

Wednesday: Count the Loop

  1. A loop runs a set number of times.
  2. Each time, it does the steps inside.
  3. Count the total to check.
repeat 2 times
clap
stomp
In 'repeat 2 times: clap, stomp' there are ___ claps
And ___ stomps
← Tuesday