Loops - The For Loop
3 important questions on Loops - The For Loop
What is the structure of a for Loop?
- Initialization
- Stopping condition ;
- Iteration statement ;
What is a stopping condition?
The condition that the iterator variable is evaluated against
- If the condition code evaluates true -> block will run
- If the condition evaluates false -> code will stop
For what is the iteration statement used?
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding