Siimbo1102 Siimbo1102
  • 02-07-2021
  • Computers and Technology
contestada

We use loops to: Process Numeric Data Ask users to enter information Repeat blocks of code Ask True/False questions

Respuesta :

29SunJustin1 29SunJustin1
  • 02-07-2021

Answer:

Repeat blocks of code.

Explanation:

EXAMPLE JAVASCRIPT LOOP CODE

_________________________________________________________

INPUT:

while(true){//Check If bool True=True

console.log("Hello World!")

}

_________________________________________________________

OUTPUT:

Hello World!

Hello World!

Hello World!

Hello World!

Hello World!

[tex]\cdots[/tex]

Hello World!

Hello World!

Answer Link

Otras preguntas

Express $90 as a decimal​
i don’t get this !!
Based on your knowledge of history, which three statements reflect characteristics of President Lincoln's plan for reconstruction? 1.Oath of allegiance to the U
Judy scored 30 points in the champion game. She scored three 3-point baskets and five 1-point baskets. How many 2-point baskets did she score?​
What happens to resistance in the strain gauge and voltage drop from a connected Wheatstone bridge if you were to pull the strain gauge along the long axis
Brainiest and 10 Points Which has a HIGHER frequency? A. Visible B. Ultraviolet
What happened to water if it is being used faster than aquifers
What is the advantage of having air spaces within leaves?
3 1/3 divided by 20 in simplest form
Which of the following passes an int argument into a method named print? Chose one option and explain why. o print(); o print()+5; o print("5"); o print(5);