0 / 60 seg.

What does the following code snippet do?

for (int i = 0; i < array.length; i++) {
    array[i] *= 2;
}