|
Is adding a negative value, the same as subtracting the corresponding positive value? A good answer might be:Yes. Deciding which way you want to do it is part of coordinating the three parts of a counting loop. It is easy to get confused about this. |
Confusing LoopsLook at the following program fragment:
Look over each of the three parts of the counting loop.
|
QUESTION 8:What will this program fragment print when it is run? Click Here after you have answered the question |