IDNLearn.com connects you with a community of knowledgeable individuals ready to help. Discover in-depth and trustworthy answers from our extensive network of knowledgeable professionals.

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!