Given the following array declaration, what value is stored in testScores[2][0]?

```
Declare Integer testScores[3][3] = 66, 77, 88,
98, 87, 76,
65, 74, 89

```

a. 98
b. 88
c. 89
d. 65

d. 65

Computer Science & Information Technology

You might also like to view...

URLs for secure Web connections begin with _____.

A. http B. https C. httpt D. httsp

Computer Science & Information Technology

An IDPS consists of a single device that you install between your firewall and the Internet.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology