If the value input for START is 8, how many times will the loop steps in 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
b) 1
Computer Science & Information Technology
You might also like to view...
In order to minimize duplicate information in a database, you would go through the process of ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the first step in configuring Windows Storage Spaces?
A) Create a pool. B) Partition the drive. C) Format the drive. D) Mount a virtual drive.
Computer Science & Information Technology