Community Profile

photo

Darya


Last seen: 6 months ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English

Statistics

  • First Answer

View badges

Feeds

View by

Answered
MATLAB code find factorial of n num
n=input('n=') if n>=0&&n==fix(n) f=1; for i=2:n f=f*1; end else disp('ererr') end f

1 year ago | 0