Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What is the value of the
Q20: A preparation symbol should be used in
Q21: To create a properly formed DOWHILE loop
Q22: To create a properly formed DOWHILE loop
Q23: The steps after the loop are always
Q24: If the value input for START
Q25: The test for the No-Data condition is
Q26: What is the value of ANSWER
Q28: How many values will be output
Q29: A counter used to control a loop