# its factorial. The factorial of a number is that number multiplied by # all of the positive numbers less than it. For example,the factorial of # 5 is 5x4x3x2x1 ...