What's wrong with this code?
The condition is in the wrong position
Nothing's wrong with the code
+=
can't be inside a
for
loop's code block
A variable created outside of the loop is used inside of it
Nothing's wrong with the code.