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

Computer Science & Information Technology

You might also like to view...

If you want the data in a table to recalculate automatically when edited, you should use a ________ program

A) word processing B) desktop publishing C) presentation graphics D) spreadsheet

Computer Science & Information Technology

Union queries can be created in Query view and in SQL view

Indicate whether the statement is true or false

Computer Science & Information Technology