Wrong question posted in puzzles


PUZZLE - CODE COMPLETION
See, here the loop iteration goes to n-1 which is borne to show a compilation error, how was I able to solve it?
I want my points back.

You can add this code at the end no?

if (i == n-2) {
    break;
}