Computer Science for IGCSE & O level - Programming (Section 14 - No. 28)
What type of loop always has at least one iteration?
For loop
While loop
Do-While loop
Repeat-Until loop
Explanation
A Do-While or Repeat-Until loop executes the loop body at least once before checking the condition.
Comments (0)
