Extra Long Factorials Solution
The factorial of the integer n, written n!, is defined as:
Calculate and print the factorial of a given integer.
For example, if , we calculate and get .
Function Description
Complete the extraLongFactorials function in the editor below. It should print the result and return.
extraLongFactorials has the following parameter(s)