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

What is the GCF of 2ab + 8b?
Discuss Federalist Papers’ Arguments
A car dealership pays $8,350 for a car. They mark up the price by 17.4% to get the retail price. What is the retail price of the car at this dealership?(Round t
Can somebody help me please
Josh has 4 boxes of candy to share with his 20 classmates. If each classmate receives the same amount of candy, how much candy should each classmate get? Your a
Question 2 of 10 Determine what the bolded word means from context clues in the passage, Michael struggled with Insomnia. For instance, he couldn't sleep after
Why were many Americans isolationists in the 1930s? A.They did not trust FDR to lead the nation in wartime; they wanted him to focus on the economy. B. They tho
What elements serve similar purposes in “How Does Technology Affect the World’s Most Social Animal?” and “The Machine Stops”? 1.the anecdote about a reclusive a
State whether table is linear or Exponential 1) Х 0 2 4 Y 47 42 3
Krebs cycle Why is this process called a cycle