Examlex

Solved

Consider the Following Line of Code

question 28

Multiple Choice

Consider the following line of code:
int[] somearray = new int[30];
Which one of the following options is a valid line of code for displaying the twenty-eighth element of somearray?


Definitions:

Related Questions