Question: You want to create an iteration loop that tests the condition at the end of the loop body. Which iteration would you use?
- do-while loop
- while loop
- for loop
- do-until loop
Answer: The correct answer of the above question is Option A:do-while loop