lesswolf7 lesswolf7 19-10-2022 Computers and Technology contestada What does the following code display? int y = 10; y += 3 * 2; System.out.println(y);