while loop

A while loop is a control flow structure in programming that repeatedly executes a block of code as long as a specified condition is true. It continues to iterate until the condition becomes false.

Requires login.