شباب عندي سؤال في cpcs 202 وعجزت أحله فياريت اللي عنده فكرة عن الحل لايبخل بتقديمه
والسؤال هو :
--------------------------------------------------------------
Write a C program to computes the factorial (fact) number N given by the user:
Using a Loop statement,
Knowing that:
N! = N (N-1) (N-2) * ……….. 3 *2*1*0!
And 0! =1
--------------------------------------------------------------