In number * i, what does the loop counter i represent when printing a multiplication table?
number * i
i
The product calculated for the current row
The name of the compiled executable
The fixed number whose table is being generated
The multiplier for the current output row