For Loop Syntax Generator

for (int i = 0; i < 10; i++) { 
    //write code using i
    //the loop will iterate 10 times
}