A good answer might be:x: 100 y: 100 |
Sometimes Does Not MatterWhen used with a variable standing alone, as in: or incount++; it does not make any difference if you use the prefix or the postfix operator. For example, the following loop will print the values from 0 to 9, just as did the previous version (which used a postfix operator):++count;
|
QUESTION 7:Is subtracting one from a variable a common operation? Click Here after you have answered the question |