102k views
3 votes
What is displayed as a result of executing the following code segment?

x < - - 2
y < - - X * 4
z < - - X * Y
x < - - X + Y
z < - - z + ( x - y) * 3
DISPLAY ( x + y + z)

select one answer
A - 72
B - 40
C - 8
D - 54​

User Brandeded
by
5.7k points

1 Answer

7 votes
The first one I’m not sure it’s quite complicated
User Tom Prats
by
6.0k points