1

Give the output of the following if x=5:
x += x++ + ++ x + –x + x;
System.out.println(x);

  • A

    29

  • B

    28

  • C

    26

  • D

    none