Given the following two-dimensional array, what is the value of scores[1][2]?
```
var scores = [ [80, 85, 90],[70, 62, 93],[88, 75, 78] ];
```
a. 85
b. 62
c. 93
d. 90
c. 93
Computer Science & Information Technology
You might also like to view...
Given the declaration Circle x, which of the following statement is most accurate?
a. x contains an int value. b. You can assign an int value to x. c. x is an object of the Circle type. d. x is a reference to a Circle object.
Computer Science & Information Technology
Windows ________ helps to protect a computer from viruses and spyware
A) Defender B) Disk Cleanup C) Protector D) Check Disk
Computer Science & Information Technology
Which of the following is NOT one of the types of orders used in a numbered list in Word?
A) Chronological B) Prioritized C) Importance D) Sequence
Computer Science & Information Technology
One ________ is 1/72 of an inch
Fill in the blank(s) with correct word
Computer Science & Information Technology