answersLogoWhite

0

Repeat until loops run until a condition is true. They repeat at the end of the loop and they will always run at least once.

While do loops will only run while a condition is true. They may not run at all.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the difference between while and repeat?

while means when it is happening. repeat means to do again


What is the difference between a circle and a cycle?

A circle is a shape that is round and continuous, while a cycle refers to a series of events that repeat in a particular order. Circles are geometric figures, while cycles are patterns of events or behaviors.


What is one difference between a paraphrase and quotation?

A paraphrase is when you reword someone else's ideas in your own words, while a quotation is when you repeat someone else's exact words.


What is the difference between grades and years at school?

Grades are levels, and years are time. Some students skip grades based on their results, while others are held back to repeat grades.


What is the difference between Do While statements and Do For statements?

A "do while....." statement is a looping instruction to a program to repeat a stage in the program while some condition is true - e.g while a variable is negative, or, while one variable is less than another. A "do for ....." statement is a looping instruction to a program to repeat a stage in the program a set number of times - e.g for steps = 1 to 10, or, for steps = 1 to (some variable).


What is the difference between conditional statements and looping statements?

The main difference is how often they run. A conditional statement - often an IF - may or may not run. If it does (depending on whether a condition is fulfilled), it runs only once. A looping statement - often a WHILE or FOR - is designed to repeat, while a certain condition is true.


What is the difference between the decimal expansion in irrational and rational numbers?

Decimals that terminate or repeat in some fashion are rational, while decimals that expand forever are irrational.


What is the difference between it's and it?

the difference between it's and it..is that it's means it is, while "it" is direct to the object .


What is different between different and difference?

Different is an adjective while difference is a noun


What is the difference between concentrated and concentration?

the difference between concentrated and dilute is concentrated is larger while dilute is smaller.


What is the difference between do while and do until loop in vb programming?

Do while and Do until are interchangeable, and they take the opposite condition. Do While executed the body of the loop while (condition=true), and Do until executes body of loop until (condition=true). For example, if I was doing a Loop to say, while the check box is checked, display a message box (Never do this btw, it's just an example) I could either say Do While (MyCheckBox.Checked = True) Loop or Do Until (MyCheckBox.Checked <> True) Loop


What is the difference between baseball and softballs base running?

In baseball they can leave while the pitcher still has the Ball. but in softball they have to wait until the ball is released from the pitchers hand.