Solved

What Is the Value of ANSWER After the Instructions Corresponding COUNT=2\mathrm { COUNT } = 2

Question 18

Multiple Choice

What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?
COUNT=2\mathrm { COUNT } = 2
SUM=100\mathrm { SUM } = 100
DOWHILE COUNT <5< 5
SUM=SUM+5\mathrm { SUM } = \mathrm { SUM } + 5
COUNT=COUNT+1\mathrm { COUNT } = \mathrm { COUNT } + 1
ENDDO
ANSWER == SUM


A) 110
B) 115
C) 120
D) 125

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions