Fast Enterprises Interview Question

What is the difference between while and for loops?

Interview Answer

Anonymous

Aug 23, 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.