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 While Loops

In the next exercise, you will look into making a while loop. Before this next step, remind yourself how boolean expressions work.

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

Coding:

Blocks

PreviousNext