Multiple Choice
What is the value of GRID(5,4) 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) 7
B) 8
C) 9
D) undefined
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: What is the value of POS
Q11: What is the value of LIST(4)after
Q12: Using the term SCORE(I),which item below represents
Q13: A single-level table is the same as
Q14: An example of a simple variable is
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
Q19: What is the value of GRID(3,1)after
Q20: What is the value of GRID(3,3)after