Commit 8a5a155
committed
Add feature: The bug is a logic error in a loop where the loop counter is incremented twice, once inside the loop and once in the loop control statement. This error causes the loop to skip processing every alternate element in an array.
This commit introduces a logic-error for code review analysis.1 parent f150343 commit 8a5a155
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments