0 / 60 seg.

¿Qué hace el siguiente bucle for?

for (int i = 0; i <= 10; i += 2) {
    Console.WriteLine(i);
}