heaven1946 heaven1946 19-03-2020 Computers and Technology contestada 8. Show the output produced by the following program fragment. Assume that i, j, k are int variables.[18 points] i = 7, j = 8; i *= j + 1; printf(%d \t %d \n, i, j);