Assume the following variable has been declared and given a…
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}, }; What is the value of data.length?
Assume the following variable has been declared and given a…