There are two types of multidimensional arrays:

a) quadrangular and rectangular
b) rectangular and jagged
c) quadrangular and jagged
d) None of the above


b) rectangular and jagged

Computer Science & Information Technology

You might also like to view...

An abstract method cannot be modified by:

a. public b. protected c. private d. none of the above

Computer Science & Information Technology

10. What

``` var toys = new Array("car", "doll", "ball", "game"); var lgth = toys.length; ``` a. 4 b. 3 c. 5 d. 15

Computer Science & Information Technology

Each programming language uses a piece of software to translate programming language statements into ____.

A. logic B. syntax C. object code D. semantic code

Computer Science & Information Technology

To use the contents of the java.lang package in a program, they must be imported using the import statement.

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

Computer Science & Information Technology