Edit This Code:
See Result »
y = 5, calculate x = ++y, and display y and x:
Try it
Note:
Both variables, y and x, are affected.
Result: