What is the value of GRID(3, 1) after the instructions corresponding to the following pseudocode are executed?
```
R = 1
DOWHILE R < 5
C = 2
DOWHILE C < 5
GRID(R, C) = R + C
C = C + 1
ENDDO
R = R + 2
ENDDO
```
a) 4
b) 5
c) 6
d) undefined
d) undefined
You might also like to view...
Google’s ________ look-and-feel for Android and web applications was the key new feature in Lollipop. It helps you create apps with nice transition effects, shadows that add depth to the user interface and emphasize actionable components, customization capabilities and more.
a. material design. b. holo c. GUI d. None of the above.
An application window's status bar displays the name of the program, the name of the open file, and a set of sizing buttons for minimizing, maximizing, and closing the window.
Answer the following statement true (T) or false (F)