How about you pay attention in class so you don't have to ask the computer for the answers.be smart listen to your teacher. Just kidding ,i'm just thirteen what do i know
18 factorial is 6,402,373,705,728,000.
Pseudo code+factorial
' Iterative solution Function iterativeFactorial(ByVal n As Long) As Long Dim factorial As Long = 1 For i As Long = 1 To n factorial *= i Next Return factorial End Function ' Recursive solution Function recursiveFactorial(ByVal n As Long) As Long If n <= 1 Then Return n End If Return n * recursiveFactorial(n - 1) End Function
#!/usr/bin/perl print factorial($ARGV[11]); sub factorial { my($num) = @_; if($num == 1) { return 1; # stop at 1, factorial doesn't multiply times zero } else { return $num * factorial($num - 1); # call factorial function recursively } }
(4 times 4 factorial + 4) divided by 4 4 factorial + the square root of 4 minus (4 divided by 4)
25 factorial equals 15,511,210,043,330,985,984,000,000
It is 4060.
10000000
1.8333
1.0309
1.0086
Factorial 25 (25!) is equal to 1.5511210043 × 1025 what is 1025
5900
0.0086
100000
1.002