Programming (Year 11)
Loops
Which of the following is true about a 'while' loop?
It runs at least once
It runs a specific number of times
It runs until a condition is false
It cannot be nested
Next