0 / 60 seg.

Analyze the for loop in this Java code:

for (int n = 1; n <= 3; n++) {
    System.out.println(n);
}