Answer may be:
for(initialization; condition; increment/decrement operator)
Example: for(int i=0; i<5; i++){
}