What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?
```
COUNT = 1
SUM = 3
DOUNTIL COUNT ? 1
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...
A join can be created using the operations _______ and _______.
Fill in the blank(s) with the appropriate word(s).
When creating a table sort on two or more fields, the first level of sorting is referred to as the ________ sort field
A) Parent B) Child C) Outermost D) Innermost
A(n) ________ query is similar to a make table query, except that a query dataset is appended to an existing table
Fill in the blank(s) with correct word
What key will cause the Windows Boot Manager to appear as long as it is pressed during the Windows 7 startup process?
A. F8 B. Spacebar C. F5 D. Enter