Solved

What Is the Value of POS After the Instructions Corresponding POS=1\operatorname { POS } = 1

Question 10

Multiple Choice

What is the value of POS after the instructions corresponding to the following pseudocode are executed?
POS=1\operatorname { 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


A) 9
B) 10
C) 11
D) 12

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions