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


A) 5
B) 7
C) 8
D) undefined

Correct Answer:

verifed

Verified

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

Related Questions