The * (asterisk) arithmetic operator is a mathematical operator indicating a multiply operation.
Syntax
num.exp * num.exp |
Example(s)
Illustrates using the asterisk arithmetic operator to indicate multiplication.
gross.wages = hours.worked * hourly.rate |
See Also