HappyBeatrice7962 HappyBeatrice7962 26-08-2022 Computers and Technology contestada Int x = 5; int y = 8; int temp = x; x = y; y = temp; what are the values of x and y as a result of this program code?