Using the translation scheme discussed in the lecture, generate intermediate code for the statement. Please show in detail how each line of the code is produced assuming that an LR parser is used A: array[1..10,1..20,1..30] of integer; B: array[1..30, 1..80] of integer; A[i+1, j, k] := B[i+2, j+i+k] + k;