Do/while loops

Home > Computer Science > Programming Languages > Control Structures > Do/while loops

This type of loop is used to execute a block of instructions once, followed by a test condition that will determine if the loop should continue.