What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?
```
COUNT = 0
SUM = 100
DOUNTIL COUNT ? 5
SUM = SUM + 5
COUNT = COUNT +1
ENDDO
ANSWER = SUM
```
a) 5
b) 100
c) 105
d) 125
d) 125
Computer Science & Information Technology
You might also like to view...
What are the advantages of using Dreamweaver over hand-coding?
What will be an ideal response?
Computer Science & Information Technology
Users cannot print to a network printer. After physically checking the printer everything appears to be functioning correctly on the printer. Which of the following is the MOST likely cause of the problem?
A. The printer is out of memory. B. The printer is disconnected from the network. C. The printer is out of paper. D. The printer is not powered on.
Computer Science & Information Technology