Computer Science (Year 9)
Control Structures
Which type of loop will always execute at least once?
For loop
While loop
Do-while loop
Infinite loop
Next