4! = 4 * 3 * 2 * 1 = 24
Write a program consisting of two functions (plus the main function). The first function should read in a number and then return this value back to the main function. This value should then be passed as a parameter (by value) into the second function which calculates and displays the factorial. Note: validate the input value (in the first function) to be greater than 1.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here