Do while loop — what are they?
Why do we use these and what are they? They are loops that run while a condition exists

A real example is to have it run a condition like adding apples while the apples are less or not equal to another value.


ALWAYS BE SURE TO ADD AN INCREMENT OTHERWISE YOU WILL GET A INFINITE LOOP!