x = 3; x += x++;

x = 3;

x += x++;

If you think you know the value of x in C#, then read the x += x++ post by Luca Bolognese (Eric Gunnerson‘s replacement) (subscribed).