Solved

How Many Rows and How Many Columns Are in the Points

Question 38

Multiple Choice

How many rows and how many columns are in the points array,declared here: int [][] points = new int[10][20];


A) 9 rows and 19 columns
B) 10 rows and 20 columns
C) 0 rows and 0 columns
D) The rows and columns are not specified.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions