How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 5, 6, 7, 3, 0 - are input, one on each record?

```
Read SCORE
DOWHILE SCORE > 0
Write SCORE
ENDDO

```

a) 0
b) 4
c) 5
d) infinite

d) infinite

Computer Science & Information Technology

You might also like to view...

Use the Shape Height and Shape Width boxes under the ________ tab to resize WordArt

A) HOME B) INSERT C) FORMAT D) DESIGN

Computer Science & Information Technology

A loop that accumulates a total as it reads each number from a series is often said to keep a(n) __________.

a. average b. maximum value c. running total d. accumulation

Computer Science & Information Technology