Conditionals & Loops Review

  1. Say, “We have learned quite a bit about programming. Turn to your partner and tell him or her two things you have learned about programming.”
    • Sample response: “I have learned that when I use a loop, whatever is inside it is repeated. I have also learned that another word for If statements is conditionals.”
  2. Say, “How can loops and conditionals help us make our code more efficient?”
    • Sample response: “Loops help us repeat parts of the code so you don’t have to list those steps over and over again.”

Complete and Continue