answersLogoWhite

0

For loop -uses

User Avatar

Anonymous

14y ago
Updated: 8/16/2019

You can use a for loop whenever you can use a while loop; it's the same.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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.


What feedback does a close loop servo mechanism uses?

kidney


What topology uses a closed loop?

Ring.


When a sequential search uses a for loop a break statement is used to end the loop when a match is found?

It is a possible solution, yes.


What is a loop electrosurgical excision?

a loop electrosurgical excision (LEEP), uses low-voltage high-frequency radio waves to excise tissue.


Does nyquist plot uses open loop closed loop or characteristic equation?

everyone knows the answer to that. if u dont u need to change ur major


What are while loop in vb.net?

The while loop in vb.net uses the syntax form which provides a way to continue iterating while one or more conditions are true.


What is HDMI loop output means?

The HDMI loop through function allow an operator to shoot with primary monitor while another uses a second monitor simultaneously.


What are the index variable in the for loop?

The for loop uses a counter or an index variable to loop through the statements. This variable is used through the loop, changed and finally compared with the loop condition for consideration of the loop's next cycle. The variable(s) used inside the for loop for comparison (with the mentioned condition) and increment/decrement is know as the index variable. for example (Java) : for(int i=1; i<5; i++){ ... } in this example, integer 'i' is the index variable.


What are loop stitch?

Any stitch, as the chain stitch, that uses loops in the pattern or process of working


How is tissue removed in a loop electrosurgical excision procedure?

A loop electrosurgical excision procedure (LEEP) uses low-voltage, high-frequency radio waves to excise the tissue.


How operating system identify infinte loop in program?

OS can identify an infinite loop if an applications uses extra CPU and memory resources. If the application uses more resources than it is intended to use then the OS can close it down. This help computer from crashing.