tonymitau tonymitau
  • 15-06-2021
  • Computers and Technology
contestada

Write a Program that will print all the numbers divisible by 2 between 0 and 100​

Respuesta :

klekaelly
klekaelly klekaelly
  • 15-06-2021

Answer:

//In java

for (int i = 0; i <= 100; i++)

{

if ( i % 2 == 0 )

{

System.out.println( i + " ");

}

}

Answer Link

Otras preguntas

When FDR said "We have nothing to fear but fear itself," what was he referring to? the United States' participation in World War II the United States' distresse
What was one difference between the religions of the ancient Egyptians and the Aztecs? The Aztecs had women worshippers, but the Egyptians did not. The Aztecs p
How to solve this???
How can you use an equation to make a prediction from a pattern? Equation > pattern > prediction What are some predections
What happens when you move to the left of a decimal point?
Plz help what is 2x4+3x5(5x6)+2x6
What type of economic system does Belarus have?
What was the most direct consequence of the passage of the Black Codes after the Civil War? the return to power of white Democrats a populist uprising against p
A 2 pound box of salt sells for $.89 and a 5 pound box sells for 2.09. What is the linear equation for this?
the coordinates of a square ar 1,8 7,8 7,2 ?,?