The * operator takes 2 integer expressions and returns an integer value which is the product (ie. multiplication) of the first expression by the second.
nDouble = 2 * nAnyNumber
nPaycheck = (nHours * nHourlyRate) - nDeductions
Topic 136500, last updated on 18-Apr-2020