Iteration Flashcards

1
Q

Iteration

A

Allows repetition in a program without having to type out the statements multiple times
Allows variation with each repetition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Counter-controlled loops

A

Counter-controlled loops execute for a fixed number of times
Counter variable assigned a different value with each repetition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly