Lintor466 Lintor466
  • 06-12-2019
  • Computers and Technology
contestada

Assume that the following array has been defined, though you do not necessarily know its length. int[] numbers = new int[??]; What expression should be used:/

Respuesta :

ijeggs
ijeggs ijeggs
  • 06-12-2019

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

Answer Link

Otras preguntas

Find The Slope && Y-Intercept Of The Graph ...Y = 6x + 11
Find The Slope && Y-Intercept Of The Graph ...Y = 6x + 11
what three parts make up a single nucleotide
Find The Slope && Y-Intercept Of The Graph ...Y = 6x + 11
Find The Slope && Y-Intercept Of The Graph ...Y = 6x + 11
what three parts make up a single nucleotide
Find The Slope && Y-Intercept Of The Graph ...Y = 6x + 11
Find The Slope && Y-Intercept Of The Graph ...Y = 6x + 11
what three parts make up a single nucleotide
what three parts make up a single nucleotide