0 / 60 seg.

¿Qué hace el siguiente bucle for?

for (int i = 10; i >= 0; i--) {
    Console.WriteLine(i);
}