While loops

Home > Computer Science > Programming Languages > Control Structures > While loops

This type of loop is used to execute a block of instructions repeatedly, as long as a specific condition is met.