luzsept3100 luzsept3100 19-09-2022 Computers and Technology Answered 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?