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
b) 1
You might also like to view...
Modify the changeLittle function to use readLine instead of read.
Note: The question refers to the “readline” method.
Which of the following is true when you install Windows Server 2008/Server 2008 R2 from a DVD?
A. you must configure the network during installation B. you supply a computer name during installation C. you select a language to install during installation D. you select whether the computer is in a workgroup or domain during installation
Case 1Sam works as a Web designer for XYZ Corporation. He is creating an Interactive Button and starts by opening the Interactive Buttons dialog box shown in the figure below.
Referring to the figure above, when Sam ____, a preview of his choice appears in the Preview box.
A. clicks Browse B. clicks the Image tab C. clicks an option in the Buttons list D. fills in the link information
Each octet in an IPv6 IP address is separated by a ____.
A. colon B. comma C. period D. semicolon