Multiple Choice
What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?
SUM
DOUNTIL COUNT
COUNT COUNT + 1
ENDDO
ANSWER SUM
A) 110
B) 115
C) 120
D) 125
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: If the value input for START
Q11: How many values will be output
Q12: A DOWHILE loop is more flexible than
Q13: A connector symbol must be placed at
Q14: The READ statement used to input the
Q16: The steps within a DOUNTIL loop are
Q17: If condition q is NUM ≤ VALUE,what
Q18: A DOUNTIL loop is exited when the
Q19: To create a properly formed DOUNTIL loop
Q20: To create a properly formed DOUNTIL loop