Fast Enterprises interview question

What is the difference between while and for loops?

Interview Answer

Anonymous

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