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