Iterations | Definition & Types Of Iteration
teachcomputerscience.com › iterationsTypes of Iteration There are two types of iteration: Count-controlled loops – used for iterating steps a specific number of times. It is used when the number of iterations to take place is already known. It uses a counter to keep track of how many times the set of commands has been repeated. Count-controlled loops are executed using FOR statements.