for (initialization; condition; iteration) {
    // code to be executed during each iteration
}