Respuesta :

tonyca

Answer:

a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Two of the most common types of loops are the while loop and the for loop.

Explanation:

Answer:

Loop is used in computer languages to execute any code again and again.

It is mainly of 2 types:

i:FOR loop

ii: WHILE loop

Explanation:

Computer Languages means to code any program using coding. It is used to build any software, website etc. For example, Brainly app is a software and brainly.com is a website.

Execute means to give the output of any program's input. For example, if anyone says you to come, it is input and when you will go there its the output of the input.

We mainly use FOR loop when we exactly know how many times we need to run the code.

WHILE loop is mainly used when we need to take the input from the user. It is running on the condition and if if the condition will be true WHILE loop will execute the output.

ACCESS MORE
ACCESS MORE
ACCESS MORE
ACCESS MORE