Programming (Year 11)
Control Structures
What type of loop guarantees that the code inside it runs at least once?
for loop
while loop
do-while loop
if statement