Examlex

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


Definitions:

Related Questions