For Loop Flashcards
1
Q
How does a for loop differ from a while loop?
A
while loops just have the conditions
2
Q
What potential use cases are there for for loops?
A
iterations through arrays
3
Q
Which pieces of information provided in the parentheses for a for loop are mandatory?
A
for(;;)