Iteration Flashcards
1
Q
Iteration that may not be executed even once.
A
While loop
2
Q
Iteration that will be executed at least once
A
Do-While Loop
2
Q
Shortcut for a while loop
A
For Loop
3
Q
A
Iteration that may not be executed even once.
While loop
Iteration that will be executed at least once
Do-While Loop
Shortcut for a while loop
For Loop