2- The following program's executed result is ( x=1,4,16, x-1,3,7, x-1,5,12). x=0;i=13; while i<10 x=x+i i=i+3; end

Question
2- The following program's executed result is ( x=1,4,16, x-1,3,7, x=1,5,12).
x=0;i=13;
while i<10
x=x+i
i=i+3;
end
Transcribed Image Text:2- The following program's executed result is ( x=1,4,16, x-1,3,7, x=1,5,12). x=0;i=13; while i<10 x=x+i i=i+3; end
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer