ivyfaith1028 ivyfaith1028 22-08-2022 Computers and Technology Answered What are the values of i, j, and k after the following code statements? int i = 2; int j = 3; int k = 4; int x = i j k; i = x - i - j; j = x - j - k; k = x - i - k;