You are here

Definitions

5 February, 2015 - 11:20

Definition 14.5: while

A test before iteration control structure available in C++.

Definition 14.6: loop attributes

Items associated with iteration or looping control structures.

Definition 14.7: initialize item

An attribute of iteration control structures.

Definition 14.8: might not happen

Indicating that test before loops might not execute the action.

Definition 14.9: event controlled

Using user input to control a loop.

Definition 14.10: counting controlled

Using a variable to count up or down to control a loop.