Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Get the answers you need quickly and accurately from a dedicated community of experts on our Q&A platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

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

Sagot :

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!