When is a precondition loop used?
September 27, 2020 | Education
| A loop with a precondition is used when the number of repetitions of the loop body is not known in advance, but the condition for continuing operation is known.

A loop with a precondition is used when the number of repetitions of the loop body is not known in advance, but the condition for continuing operation is known.