Straight-Line Code
x = x + 1;
v = x / z;
w = x + v;
3 operations, therefore
3 steps
(not counting
assignment as an
operation here)