Which control flow statement ensures that a block of code is executed at least once, regardless of whether a condition is met?
do-while
if
while
for

Computer Science and Technology Exercises are loading ...