Unit 6: For Loops
Return to BrotherPete's Pages
Topic Description:
For Loops are a specific style of looping that have a predetermined beginning, end, and increment (step interval).
Questions to be addressed:
What is a “for loop”?
How is a “repeat” block similar or different from a “for loop” block?
Is there a benefit “for loops” offer over “repeat” blocks?