What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?

```
COUNT = 5
SUM = 100
DOWHILE COUNT > 5
SUM = SUM + 5
COUNT = COUNT +1
ENDDO
ANSWER = SUM


```

a) 100
b) 125
c) 5
d) 25

a) 100

Computer Science & Information Technology

You might also like to view...

An app for Office is essentially a web page that is hosted inside an Office application

Indicate whether the statement is true or false.

Computer Science & Information Technology

Describe the function and goal of Reliability Monitor in Windows 10.

What will be an ideal response?

Computer Science & Information Technology