Programming (Year 11)
Control Structures
What is the purpose of a 'while' loop?
To iterate over a sequence
To execute code at least once
To execute code based on a condition
To define a function
Next