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
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