If the value input for START is 8, how many times will the loop steps in the instructions corresponding to the following pseudocode be executed?
```
Read START
COUNT = START
DOUNTIL 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...
Which function returns true if the character argument is a letter?
a. isdigit b. islower c. isalpha d. isspace
Computer Science & Information Technology
The contents of a note are displayed in the ____________________ panel.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology