What will be the output of the following Java code snippet? int x = 5; x += 3; System.out.println(x);