Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 678 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 678 Bytes

Iterators

Learning Goals

  • Vocabulary: blocks, loops, iterator, iteration, iteration variable, counter-controlled, sentinel-controlled, loop table, times loop, range, while loop
  • To know the purpose for iteration in creating programs
  • To write loops in order to prevent code duplication and repetition
  • To understand how a loop will execute the statements inside and what the resulting output will be

Resources

  1. Notes: Blocks
  2. Notes: Loops
  3. Assignment: Loops Worksheet
  4. Notes: More Loops
  5. Assignment: More Loops Worksheet