News

Prompt user to input a value checks if the value is negative or positive if negative user is asked to give another number if positive loop breaks and factorial is calculated.
# This function computes the factorial of a number using a loop.