What is the value of LIST(4) after the instructions corresponding to the following pseudocode are executed?

```
POS = 1
DOWHILE POS < 10
LIST(POS) = POS + 3
POS = POS + 2
ENDDO

```

a) 4
b) 6
c) 7
d) undefined

d) undefined

Computer Science & Information Technology

You might also like to view...

What is the keyboard shortcut to duplicate and move a selected area?

What will be an ideal response?

Computer Science & Information Technology

A credit card reader can be

A) Used mostly by criminals to steal IDs B) A must-have for the small business owner C) Wired or wireless and could attach to a tablet or other mobile device D) Wireless and must have a password built into it

Computer Science & Information Technology