Examlex

Solved

Assume the Following Variable Has Been Declared and Given a Value

question 22

Multiple Choice

Assume the following variable has been declared and given a value as shown:
int[] numbers = {9, 17, -4, 21 };
Which is the value of numbers.length?


Definitions:

Related Questions