kevilinohdp58n0m kevilinohdp58n0m
  • 22-03-2018
  • Computers and Technology
contestada

Set the following for loop header so that it prints the numbers, 0 2 4 6 8.

for (int i = ___; i ____; i ___ ) {
System.out.print(i + " ");
}
2, <= 10, ++
2, <= 10, += 2
0, <= 10, += 2
0, < 10, += 2
2, < 10, += 2

Respuesta :

Аноним Аноним
  • 23-03-2018
Option D is correct. The loop should look like this:

for (int i = 0; i < 10; i += 2)
{
     System.out.print(i + " ");
}
Answer Link
iqbalmuzafar410
iqbalmuzafar410 iqbalmuzafar410
  • 24-03-2018
This is correct meaning the answer above Is correcyt
Answer Link

Otras preguntas

As a person pedals the bike, what forces oppose motion? As the person goes faster, what happens to the amount of air resistance?
what percentage of intelligence information is gathered from open sources?
Can someone help me with this question?
1. Divide (7x2 - 13x+4) - (x-1 )
how do you think the liquid density affects the buoyancy of objects placed in the liquid?
HELP ASAP PLEASE!!!!
Which quadrilateral is a trapezoid?
the maximum fine for driving and drinking an alcoholic beverage is
I WILL GIVE 30 POINTS TO THOSE WHO FILL IN THE BLANK CORRECTLY
What caused the february revolution of 1917 brainly.