- Because the times the loop repeats can only be figured out by looking all over the code
- Because there's a mistake in the code
- Because a
while
loop shouldn't have code inside its code block - Because it's always difficult to understand a
while
loop's code Because the times the loop repeats can only be figured out by looking all over the code.