Question d’entretien chez Fast Enterprises

What is the difference between while and for loops?

Réponse à la question d'entretien

Utilisateur anonyme

23 août 2024

I just said i would use for loops for counting a specific number of iterations and while loops if i wanted to loop until a specific value was reached, no matter how many times it iterates.