Loops Flashcards
1
Q
Loop
A
A way to repeat code in your program
2
Q
For Loop
A
A loop that lets us repeat code a fixed number of times
3
Q
Control Structure
A
Lets us change the flow of the code
Loop
A way to repeat code in your program
For Loop
A loop that lets us repeat code a fixed number of times
Control Structure
Lets us change the flow of the code