Programming (12th Grade)
Control Structures
Which of the following is a loop that always executes at least once?
for loop
while loop
do-while loop
foreach loop