Programming Fundamentals/Loops

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Overview[edit | edit source]

This chapter introduces loops and iteration control structures.

Chapter Outline[edit | edit source]

Learning Objectives[edit | edit source]

  1. Understand key terms and definitions.
  2. Identify control structures based on test before iteration, test after iteration, and counting, and when to use each type.
  3. Given example pseudocode, flowcharts, and source code, create a program that uses loops and iteration control structures to solve a given problem.