Please enable JavaScript to use CodeHS

AP CSA: CON-2.C.2

CodeHS Lessons

In loops, the Boolean expression is evaluated before each iteration of the loop body, including the first. When the expression evaluates to true, the loop body is executed. This continues until the expression evaluates to false, whereupon the iteration ceases.

Standard
4.1 Iteration
Standard
1.10 While Loops in Karel
2.10 While Loops
Standard
3.10 While Loops in Karel
4.11 While Loops
Standard
1.11 While Loops in Karel
10.1 Iteration
Standard
1.11 While Loops in Karel
10.1 Iteration
Standard
3.10 While Loops in Karel
4.11 While Loops