Predict the output.
u = 10
V = 20
x = 30
y = 40
Z = 90
if (x < z) {
x = y* x
y = uy
print(x + y)
}
Answers
Answered by
0
Answer:
1600
Explanation:
X=1200
Y=400
x+y=1600
Similar questions