Programmer's favourite expression
No. 105
Q: |
Consider the following code fragment:
Rewrite this code by decomposing the last line into several lines to make the code easier to understand. Hint: After execution of your modified code all variable must have identical values with respect to the original code. In other words: Your modifications shall not alter the code's behaviour in any way. |
A: |
Incrementing
|