Optimize the following code:
t1 := 14-2 t2 := t1 + x x := t2 * 2 t4 := t2 - t2 t5 := t4 * y z := t5
[Back to the Assignments Index]