Programming (Year 11)
Loops
Which loop will continue until a condition is false?
for loop
while loop
do while loop
foreach loop