This operation multiplies the first operand with the second operand.
number * number // Returns number currency * number // Returns currency
depends on operand value types
6 * 7 // Returns 42 6 * 9 // Returns 54 (not 42) $8.40 * 2 // Returns $16.80