Correct Answer: Option D — Repeat a block of code multiple times
Explanation:
A loop in programming is a control structure used to repeat a block of code multiple times, based on a specified condition, until the condit...
A loop in programming is a control structure used to repeat a block of code multiple times, based on a specified condition, until the condition is no longer met.