Question: I. Consider the following Algol for loop: for i:-1 step 2*j until 10-j do j:-j+1; Assume the initial value of j is 1. the values
I. Consider the following Algol for loop: for i:-1 step 2*j until 10-j do j:-j+1; Assume the initial value of j is 1. the values of i that are used in the execution of List 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
