What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?
```
COUNT = 1
SUM = 3
DOWHILE COUNT ? 0
SUM = SUM + COUNT
COUNT = COUNT - 1
ENDDO
ANSWER = SUM
```
a) 3
b) 4
c) 5
d) 6
b) 4
You might also like to view...
The ____________ shows a description of the error, the name of the source code file containing the error, the error’s line number and column number, and the name of the project.
a. Debug dialog box b. Crash pop up c. Error List window d. Just In Time debugger
____________________ are small, moveable windows that provide access to tools for specific tasks and appear on either side of the Expression Web window.
Fill in the blank(s) with the appropriate word(s).
Which of the following best describes WordArt?
A. A diagram that illustrates a concept or idea B. Decorative text C. A text box that includes a quotation D. A picture
What is the main difference between a stack and a queue?
What will be an ideal response?