Skip to content

Multiplication

Multiplication operator (*) can be used to multiply two numbers.

Syntax
operand1 * operand2
Example
9 * 2
# 18