HappyBeatrice7962 HappyBeatrice7962 Today at 6:52 AM Computers and Technology Answered 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?