Two Ways of Computing Factorial

2. n! = n × (n-1) × (n-2) × ... × 2 × 1
	  ^
          ^
      Compute this product FIRST
      and call result A