AQA Computer Science A Level
For Loops
By Admin - Oct. 10, 2023, 9:58 a.m.
Last Edit - Oct. 10, 2023, 10:07 a.m.
Try to include:
- Explanation of
Iteration
(ie each time the variable is a different value).
- Explanation of the parts of the
for
loop.
- Show how to use the variable created inside the loop.
- Show how you can change the increment (ie
i++
)
- Show how you can reverse a
for
loop.
- Visual Studio shortcut, type for & press tab tab