Programming (Year 12)
Control Structures
In which scenario would you use a 'while' loop?
When the number of iterations is known
When you want to iterate over a list
When the number of iterations is unknown
When defining a function