maddielarman4839 maddielarman4839 15-05-2023 Engineering contestada consider the following code segment. x ← 25 y ← 50 z ← 75 x ← y y ← z z ← x which of the variables have the value 50 after executing the code segment?