Factorial being :
The factorial of 2 is:
2x1=2
The factorial of 9 is:
9 x 8x 7 x 6 x 5 x 4 x 3 x 2 x 1 = 720
So far i can do:
int num;
count<< "Please enter a interger..";
cin<< num;
now i need the funcation to somehow do the factoril bit :P
this being a error trap saying if the answer is <=0 then jsut return 0
if(numfac==>0)
{
cout>>numfac;
else
cout<<0;
}
So if anyone can help in being able to do the function bit that would be amazingly helpfull thanks sexy people

(ignore any mistakes i just that bit on the spot lol)

