TwitAA 2011-05-18 23:27:33 [TwitAA 2011-05-18 23:27:33] int result = 1; for (int i = n; i > 0; i--){ result = result * i; } return result;