What will be the values of x and y as a result of the following code? int x = 25, y = 8; x = y; x = 25, y = 8 x = 34, y = 8 x = 33, y = 8 x = 34, y = 9