Does while loops first check the condition before executing a loop, or is this different from Stop if True and Stop if False loops?
Other then the condition of the while loops stopping mechanisms, do they have any difference in execution behavior/logic?
In the case of �Stop if false�, does the loop execute the code once more before it quits?
Someoneconfusedwithloops