lovekyesha03 lovekyesha03
  • 23-01-2020
  • Computers and Technology
contestada

a(n) ___ loop allows you to cycle through an array without specifying the starting and ending points for the loop

Respuesta :

colocho08
colocho08 colocho08
  • 30-01-2020

Answer:

enhanced for loop

Explanation:

Enhanced for loop is an improve concept about loops, this features was implemented in Java SE 5.0 version, this method simplify the For structure. For example:

for (int i = 0; i <array.length; i ++) {  

   System.out.print (array [i]);  

}

Enhanced for loop

for (String element : array) {

   System.out.print(element);

}

Answer Link

Otras preguntas

which is the following is a risk taken by entrepreneurs
choose any 3 digit number describe how to find the number that is 10 more
what is the adverb phrase in the sentence? Various types of campers with tents or RVs camp out with their families. A. of campers B. with tents or RVs C. with t
what is 1.68 x 10^8 in decimal form
how to write 0.326 in expanded form?
In which of these sports may reaction time be least important , basketball,hockey, soccer or bowling? why?
Which set of numbers can represent the side lengths, in centimeters, of a right triangle? A. 8,12,15 B. 10,24,26 C. 12,20,25 D. 15,18,20
Which set of numbers can represent the side lengths, in centimeters, of a right triangle? A. 8,12,15 B. 10,24,26 C. 12,20,25 D. 15,18,20
how to find time In flight
What will happen to the gravitational force between earth and the moon? Why?