Multiple Choice
What is the value of GRID(3,1) after the instructions corresponding to the following pseudocode are executed?
R = 1
DOWHILE
C = 2
DOWHILE
GRID R , C = R + C \\
C = C + 1
ENDDO
R = R + 2
ENDDO
A) 4
B) 5
C) 6
D) undefined
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: An example of a simple variable is
Q15: What is the value of GRID(5,4)after
Q16: In row-major order,the first subscript varies the
Q17: A subscript can have more than one
Q18: Select the subscripted variable name that should
Q20: What is the value of GRID(3,3)after
Q21: A matrix is an example of a
Q22: What is the value of LIST(5)after
Q23: Using the term SCORE(I),which of the following
Q24: DAY is a seven-member one-dimensional array.Its