Computer Science, asked by luckysingh50, 10 hours ago

X = 5; Y = (X * X) + (3 * X) – 1; Z = X – Y; PRINT "X = "X, "Y, "Z; What will be the output? PLEASE I REALLY NEED THIS

Answers

Answered by yash2006mars
0

Answer:

-34 is your answer

Explanation:

Y = (X * X) + (3 * X) – 1

5*5+3*5-1

25+15-1

Y=39

Z = X – Y

Z=5-39

Z= -34

If this helps you please mark me Brainliest.

Thank You

Similar questions