Search Header Logo

2d array Java

Authored by Sheryl Edwards

Mathematics, Science, Computers

10th - 12th Grade

Used 140+ times

2d array Java
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

3 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements correctly declares a two-dimensional integer array?

int Matrix[ ] = new int[5,4];

int Matrix[ ]; Matrix = new int[5,4];

int Matrix[ ][ ] = new int[5][4];

int Matrix[ ][ ] = int[5][4];

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you get the value 6 out of the following array int[][] a = {{2, 4, 6, 8}, {1, 2, 3, 4}};? Remember each set of curly braces represents a row, or a single dimensional array.

a [0][3]

a [1][3]

c) a[0][2]

d) a[2][0]

e) a[3][1]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many columns does a have if it is created as follows

int[][] a = {{2, 4, 6, 8}, {1, 2, 3, 4}};?

3

4

2

1

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?