while (condition) {
    // code to be executed as long as the condition is true
}