In the following statement, what does the [4] represent?
?
studentGrades[4] [2] = 'B';

A. 4th element of the array
B. row subscript
C. column subscript
D. 8th element of the array


Answer: B

Computer Science & Information Technology

You might also like to view...

To run the Painter application, we used the java command, followed by the name of the application’s ________ file. (in this case Painter).

a. .java b. .class c. .exe d. .obj

Computer Science & Information Technology

Which of the followings is the correct CSS property for an element's text color?

A. font-color B. text-color C. foreground-color D. color

Computer Science & Information Technology

To define an error handler, you need to first identify a statement within your Ruby program where you think an error may be able to occur, then precede it with the start keyword.

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

Computer Science & Information Technology

All versions of Windows 8.1 have Location Aware Printing available

Indicate whether the statement is true or false

Computer Science & Information Technology