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