while(x==true) { // Does not execute if x is false } do{ // Executes once first, and then checks condition for second iteration } while(condition)