Question: Question 21 (5 points) What are variables' values after the following code segment is executed? int x = = 2; int y = 4; int

Question 21 (5 points) What are variables' values after the following code segment is executed? int x = = 2; int y = 4; int z = 6; y = z; z = x* y; X = z; z = y; x = y / z; z = x + y; x: X AJ y: z: AJ
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
