Skip to main content

Introduction

Iteration is the process of repeating the instructions of our program. Together with selection, iteration forms the core methods to control the logical flow of our programs. We often refer to iteration statements as loops. This section of the course notes will look at constructs that will do iteration