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
d) infinite
Computer Science & Information Technology
You might also like to view...
Any whole number—positive, negative, or zero—is a(n) __________.
Fill in the blank(s) with correct word
Computer Science & Information Technology
Libraries and library items do not exist outside of Dreamweaver.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology