xanpom xanpom 15-12-2022 Computers and Technology contestada Consider the following program code: x = 9 y = 3 temp = x x = y y = temp What are the values of x and y as a result of this program code?