Home / Questions / (h) Evaluate the following expression if the value of x=2, y=3 and z=1.   v=x + --z + y++ + y
Explanatory Question

(h) Evaluate the following expression if the value of x=2, y=3 and z=1.

  v=x + --z + y++ + y

👁 82 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

(h) Evaluate the following expression if the value of x=2, y=3 and z=1.

  v=x + --z + y++ + y

Answer

    v = x + --z + y++ + y
⇒ v = 2 + 0 + 3 + 4
⇒ v = 9