Question d’entretien chez Fast Enterprises

what is the difference between a while and do while loops?

Réponse à la question d'entretien

Utilisateur anonyme

11 déc. 2014

do while will run through one iteration even if the condition is not met.