Programming (Year 11)
Loops
What type of loop will execute at least once regardless of the condition?
for loop
while loop
do while loop
foreach loop