SomeGuy
0
Q:

when to use while loop

In general, you should use a for loop when you know how many times the loop should run. If you want the loop to break based on a condition other than the number of times it runs, you should use a while loop.
1

New to Communities?

Join the community