The expression "i * 2" represents multiplying the value of variable 'i' by 2. This multiplication operation doubles the value held by 'i'.
Related terms
Arithmetic Operator: An arithmetic operator performs mathematical operations on variables or constants. Examples include addition (+), subtraction (-), multiplication (*), and division (/).