Question: 7. (8 points) Given the following program, complete the trace table for variables a, and b. Track the values at the end of each iteration

7. (8 points) Given the following program, complete the trace table for variables a, and b. Track the values at the end of each iteration (after line 9) a 21; 2 b=15; while not (a-- b) if (a> b) a -a -b; 6 else b-b-a; end end disp (a); Iteration Initial 21 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
