A control structure for repeating a block of code as long as a condition is true.
A "while" loop is like a task that keeps going as long as a certain condition remains true. It's like saying, "Keep eating cookies until you're full." The condition decides when to stop.