Respuesta :

ijeggs

Answer:

int array_length;

int [ ] numbers  = new int[array_length];

Explanation:

Since you do not know the length of the, it is important that you declare and provide a variable of type integer, so you can request the user to input the length of the array