12 Consider the following code snippet
PERFORM VARYING X FROM 1 BY 1 UNTIL X<3
MOVE X TO A
END-PERFORM.
How many times the following code will be executed?
a)0
b)infinite
c)3
d)2
e)None of the listed options
can any one pls explain the above question.
thanx