Q. Evaluate the following Java expression, if x=3, y=5, and z=10:
++z + y - y + z + x++
β
Correct Answer: (C)
25
You must be Logged in to update hint/solution