// Executes a statement repeatedly until the value of the condition expression //becomes false. The test takes place after each iteration. do { //statement } while(condition);