Solved

What Is the Value of GRID(3,1)after the Instructions Corresponding to the Following

Question 19

Multiple Choice

What is the value of GRID(3,1) after the instructions corresponding to the following pseudocode are executed?
R = 1
DOWHILE R<5\mathrm { R } < 5
C = 2
DOWHILE C<5\mathrm { C } < 5
GRID R , C = R + C \\
C = C + 1
ENDDO
R = R + 2
ENDDO


A) 4
B) 5
C) 6
D) undefined

Correct Answer:

verifed

Verified

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

Related Questions