Q. Which structure executes a sequence of statements repeatedly as long as a condition holds true?
β
Correct Answer: (B)
Iteration structure
Explanation: The iteration structure is obtained by the use of loop constructs.