What are the values of x and y after executing the following code? int x = 3; int y = 6; while (y > 3) { x++; }