Programming (11th Grade)
Control Structures
In which of the following scenarios would you use a 'while' loop?
When you know the number of iterations
When you need to iterate over a list
When the number of iterations is unknown
When you want to execute a block once
Next