Question d’entretien chez Fast Enterprises

What is the difference between a do while and while loop?

Réponse à la question d'entretien

Utilisateur anonyme

5 août 2014

Think of a Do While loop as a loop that starts inherently by existing, and runs through once, whereas a While loop is a mixture of the conditional If statement and a Do While loop. The While loop only runs "While" the condition is true.

1
Question entretien chez Fast Enterprises : What is the difference between a do while and while loop? | Glassdoor