How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 0, 6, 7, 3, 0 - are input, one on each record
```
DOWHILE SCORE > 0
Read SCORE
Write SCORE
ENDDO
```
a) 0
b) 5
c) unknown
d) infinite
c) unknown
Computer Science & Information Technology
You might also like to view...
In what STP state does a port drop all received user traffic and not transmit user traffic but still listen for updated BPDUs?
A) Dropping B) Listening C) Blocking D) Learning
Computer Science & Information Technology
There needs to be a current ____________________ of each of the elements of the organization that have been placed under the incident management function.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology