answersLogoWhite

0

Both loops are used for repetition.For..next is also called counter loop.For...next loop executes statements for a certain number of time.WHILE ..wend loop executes the statement until a given condition remains true.if the programer knows the repetition in advance then for..next loop is used.if not then while..wend loop is used.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

C program to print numbers 1 to n?

how do we use loops in c plus plus programing and what are basic differences between do,for and while loop


What is the Eligibility to do ASPNET?

No need to have specific eligibility.. u shou;d have knowledge of basic C programming topics(Functions, Loops, Class, etc).


What is the difference between radial and ulnar loops?

Why are you posting a question to do with finger print identification in several computer programming wikies.


When was the loop created?

The first loops in programming were actual loops of the punched tape, 50-60 years ago.


What are the differences between iterations and loops in progamming?

A loop will loop for n iterations. Each times the program executes the code in the loop is an iteration.


In software programming the repetition of various steps is called?

Repetitive code is usually called a loop. Loops are usually iterative, however recursive loops are also possible.


What is meant by for loop in C programming?

loops execute a set of insructions repeatedly for a certain numbers of times..


What are you use of loops?

A loop is used in programming to repeat a set of commands in the program when a task is a repetitive one


Tell 2 or 3 differences in table manner of differences between for and while loops?

Both For and While loops are available for the purpose of executing a piece of java code repeatedly until a particular condition is met. The only difference being - the loop condition/counter has to be modified inside the while loop every time whereas the condition is integrated in the for loop definition. Otherwise both the loops are exactly same in all aspects.


What are One of the differences between electric and magnetic fields is that electric fields lines always form closed loops?

One key difference between electric and magnetic fields is that electric field lines originate from positive charges and end on negative charges, forming closed loops; whereas, magnetic field lines always form closed loops, never having a starting or ending point.


Groups of instructions that accomplish fundamental operations?

Basic operations in computer programming usually involve tasks like arithmetic calculations, comparisons, input/output, and control flow (loops, conditionals). These operations are typically implemented using a combination of simple and complex instructions in a programming language to achieve specific tasks or algorithms.


What does Beginner's All-purpose Symbolic Instruction Code mean?

Beginners All purpose Symbolic Instruction Code is a programming language developed by John Kemeny and Thomas Kurtz in the mid-1960s at Dartmouth College, commonly called by its acronym, BASIC.Sourcebasic simple programming language" class='external' title="http://www. s.com/topic/basic simple programming language