While(condition is true) { // Code // The block keeps executing as long as the condition is true // Code }