Quick Check

  • What are the advantages of using loops in code?
    • Sample response: "Using loops makes our code faster and more efficient to write."
  • In what situation would you want to use a Repeat loop as opposed to a Repeat Forever loop?
    • Sample response: "When writing your code, you use a Repeat loop when you want something to repeat a set number of times. You use a Repeat Forever loop when you want something to repeat until the program stops."

Complete and Continue