Computer Science, asked by maharishi17, 2 months ago

(a) Evaluate the following if the value of x = 20 and y = 20 and 2 = 10

z = ++x (y--)-y​

Answers

Answered by Anonymous
2

Answer:

\huge\star{\boxed{\underline{\boxed{\boxed{\purple{ANSWER}}}}}}

Attachments:
Answered by Alaina6
1

z *= ++x * (y--) - y

⇒ z = z * (++x * (y--) - y)

⇒ z = 10 * (21 * (20) - 19)

⇒ z = 10 * (420 - 19)

⇒ z = 10 * 401

⇒ z = 4010

Similar questions