What's wrong with this code?
Nothing's wrong with this code
The
for
loop has no condition
The
for
loop has no counter variable
There's a display statement inside of the
for
loop's code block
Nothing's wrong with this code.