Assume the following variable has been declared and given a value as shown:
int[][] data = { {9, 17, -4, 21 }, {15, 24, 0, 9}, {6, 2, -56, 8}, };

which is the value of data[0].length?

Respuesta :

ACCESS MORE