*Could someone please help me with this***

Sketch the decorated parse tree to produce the three-address code for the following loop:

while (a < b)

a = a + c;

Respuesta :

CPED

Answer:

Following is given the solution to your answer.

I hope it will help you a lot!

Explanation:

  • L1 stands for Loop 1
  • L2 stands for Loop2
  • L1 checks the conditions
  • L2 executes the statements

Ver imagen CPED