Programming (11th Grade)
Control Structures
Which of the following loops will run a block of code at least once?
for loop
while loop
do while loop
none of the above