Question: I. Consider the following Algol for loop: for i-1 st 2j un Assume the initial value of j is 1. List the values of i

I. Consider the following Algol for loop: for i-1 st 2j un Assume the initial value of j is 1. List the values of i that are used in the execution of the loop, and also which value of i causes the exit from the loop, if: a) it is a static loop. b) it is a dynamic loop with loop-parameters re-evaluated once before each iteration (ie.just before the exit-check) c) it is a dynamic loop with loop-parameters changing immediately whenever their variables are changed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
