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