Computer Science (Year 9)
Programming Constructs
What is the purpose of the 'for loop' in programming?
To perform a specific task once
To repeat a block of code a certain number of times
To create a variable
To check a condition
Next