Multiplication is the mathematical operation of scaling one number by another. It is an elementary operation of most programming languages and is typically denoted by the symbol *.
Multiplication is the mathematical operation of scaling one number by another.
It is an elementary arithmetic operation in most programming languages along with addition, subtraction, division and sometimes modulo.
It is typically denoted by *
(asterisk symbol) in programming, and ×
(cross symbol) in math.
Example (math): multiplication of numbers 3 and 4
3 × 4 = 12
See also: Multiplication on Wikipedia