181k views
1 vote
With a two-dimensional array, the ____ field holds the number of rows in the array.

a. length
b.row
c. size
d. capacity

User JoshGough
by
5.4k points

1 Answer

4 votes

Answer:

b.row

Step-by-step explanation:

A two-dimensional array holds value in two dimensions . It is usually represented in the form of rows and columns. The row fields holds the number of rows in the array while the column fields holds the number of columns in the arrays.

User Merbin Jo
by
5.8k points