Programming (11th Grade)
Loops
Which loop will execute at least once before checking its condition?
for loop
while loop
do-while loop
nested loop