Need a help!!!
C++ programming question
Have to find the factorial of a number. But that is not the problem I have. "The factorial of a number is defined as the product of that number which is one less than it and the number which is one less than that,ect down to 1. For example factorial of 5 is 5!= 5*4*3*2*1=120..."
How can we show the factorial is coming like this and show the answer as well.













