Question: You want to create an iteration loop that tests the condition at the end of the loop body. Which iteration would you use?

  1. do-while loop
  2. while loop
  3. for loop
  4. do-until loop

Answer: The correct answer of the above question is Option A:do-while loop