Which of the following loop types ensures the loop body is executed at least once?
while loop
while
do-while loop
do-while
All of the above
for loop
for