What's the output of the following code snippet? int x = 5; int y = x; x += 3; System.out.println(y);