What's wrong with this code?
The
for
loop has no condition
The
for
loop has no counter variable
The code creates a variable outside of the
for
loop's code block
There's nothing wrong with the code
The
for
loop has no condition.