what will be the values of x and y as a result of the following code? int x = 25, y = 8; x += y++;

0
256

what will be the values of x and y as a result of the following code? int x = 25, y = 8; x += y++;