You are here

Definitions

6 February, 2015 - 17:18

Definition 13.1: do while

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

Definition 13.2: action item

An attribute of iteration control structures.

Definition 13.3: update item

An attribute of iteration control structures.

Definition 13.4: test item

An attribute of iteration control structures.

Definition 13.5: at least once

Indicating that test after loops execute the action at least once.

Definition 13.6: infinite loop

No method of exit, thus a bad thing.