for(initialisation; condition; incrémentation) {
instruction ;
}
for(int i = 1; i <= 10; i++)
{
System.out.println("Voici la ligne " + i);