What is the value stored in values[1, 2]?
Look at the following code sample:
```
int[,] values = { { 1, 2, 3, 4 },
{ 5, 6, 7, 8 } };
```
a. 2
b. 3
c. 6
d. 7
d. 7
Computer Science & Information Technology
You might also like to view...
The ____________________ command helps users of a Linux operating system temporarily switch the current privileges available to those of the root account.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
You cannot use buttons to target content to a dynamic section of a Web page template.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology