1

Evaluate the following Java expression,
int x=3, y=5,z=10;
++z + y – y + z + x++

  • A

    24

  • B

    23

  • C

    20

  • D

    25