Loops Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10

Boolean Expressions and Until Loops

In the next exercise, you will look into making an until loop. Before this next step, look through an unrolled version of an until loop using a counter and boolean expressions.

Read through this program and add the correct output statement for each of the four results.

Coding:

Blocks

PreviousNext