Programming (Year 12)
Control Structures
In which of the following cases would you use a 'while' loop?
When you know the number of iterations
When the condition needs to be checked before executing the loop
When you want to iterate over an array
When you want to execute a loop at least once