Solved

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

Question 9

Multiple Choice

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


A) 5
B) 100
C) 105
D) 125

Correct Answer:

verifed

Verified

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

Related Questions