Chapter 5 Flashcards
1
Q
Repetition structure
A
Also consider as a loop. Repeating process
2
Q
Loop vs Exit loop
A
Loop = While
Exit loop = Until
3
Q
Do loop statement
A
Always contain either while or until
4
Q
Infinite loop
A
loop body does not contain an instruction that will make it false
5
Q
counter
A
numeric variable
example intnum +=1
can only be 0 or 1
6
Q
accumulator
A
numeric variable used for accumulating
example dbltotal