Loops with “while”

--Originally published at angelmendozas

This means that, while a numbers or a variable has a value, the program will keep following the action that it has to do

This flowchart explains it, it will keep going only “while” its true, it just needs one time to be wrong to stop doing whatever it does.