If the value input for START is 8, how many times will the instructions within the loop below be executed?

```
Read START
COUNT = START
DOWHILE COUNT > START
COUNT = COUNT - 1
Write COUNT
ENDDO


```

a) 0
b) 1
c) 8
d) infinite

a) 0

Computer Science & Information Technology

You might also like to view...

An Access expression that calculates lapsed time is called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A JavaBean exposes its data to a JSF document as ________.

a. Properties. b. JavaBeans objects. c. JSF elements. d. None of the above.

Computer Science & Information Technology