answersLogoWhite

0

A Loop is a programming language construct that instructs the processor to repeat a sequence of operations a number of times until a specific condition is reached. There are different types of loops. They are: * for loop * while loop * do while loop

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

The while loop is a type of loop?

Is loop


Definition of do loop while in visual basic?

There are 3 type of loop 1 is for loop 2 is loop while 3 is loop untile


What type of loop can either increment or decrement the loop control variables value?

Counting Loop


What is a nested loop in java?

A nested loop is a (inner) loop that appears in the loop body of another (outer) loop. The inner or outer loop can be any type: while, do while, or for. For example, the inner loop can be a while loop while an outer loop can be a for loop.


What is a sentenial loop?

It is a type of event controlled loop which is goes on until it strikes a value which is predefined to stop the loop.


What is a type of loop that opens up towards the radius bone of an arm?

It is a word with 6 letters and is a type of loop None other then the RADIAL loop your welcome


What type of loop uses a boolean expression?

A "while" loop is appropriate in this case - one in which the condition is evaluated at the beginning of the loop.


Who is the sketchers character that helps tangled shoe laces?

Type your answer here... loop de loop


Which type of fingerprint is most common?

Loop.


What is the type of fingerprint with one delta?

loop


Which type of fingerprint most common?

Loop.


What is the syntax for writing a loop in pseudo code?

The syntax for writing a loop in pseudo code typically involves using keywords like "for", "while", or "do-while" to indicate the type of loop, followed by the loop condition and the code block to be executed within the loop.