Then, we start the loop with i = -4.
Since -4 is not greater than -8, we continue to the next step.
We increase i by -2, so i becomes -6.
Again, -6 is not greater than -8, so we continue to the next step.
We increase i by -2 again, so i becomes -8.
Now, -8 is not
Show more…