Translate the following statement into three address codes (use backpatching if possible) i = 1; j = 1; if ((i == 0) && (i < 100)) || (i > 50)) { while ({j < 10) && (j > 0)) { j = j + 1; i = i +1; } } else { i = 3; } j = 1;