Examlex

Solved

What Is the Value of LIST(5)after the Instructions Corresponding to the Following

question 22

Multiple Choice

What is the value of LIST(5) after the instructions corresponding to the following pseudocode are executed?
POS=1\mathrm { POS } = 1
DOWHILE POS <10< 10
LIST(POS) =POS+3\operatorname { LIST } ( \mathrm { POS } ) = \operatorname { POS } + 3
POS=POS+2\mathrm { POS } = \mathrm { POS } + 2
ENDDO


Definitions:

Related Questions