PDA

View Full Version : write an IAS program to compute the results of a factorial n!=n*(n-1)*(n-2)... *2*1


Qwame mensah
Apr 30, 2019, 05:39 AM
write an IAS program to compute the results of a factorial n!=n*(n-1)*(n-2)... *2*1
assume that the results of the computation does no arithmetic overflow and N is positive with N=>1.
note that you can use assembly language

Qwame mensah
Apr 30, 2019, 05:58 AM
IAS program to compute the results of a factorial n!=n*(n-1)*(n-2)... *2*1

IAS program to compute the results of a factorial n!=n*(n-1)*(n-2)... *2*1

ma0641
May 1, 2019, 06:57 PM
Sooo -----you expect someone to do this for you?