A programming construct that repeats a block of code multiple times, until a specified condition is met.
"Loops are fundamental to programming, allowing tasks to be automated and repeated easily."
A sequence of instructions that is continually repeated until a certain condition is reached.
"Loops are fundamental control structures used in programming to repeat a block of code multiple times."