Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Calculate factorials under these requirements
조회 수: 2 (최근 30일)
이전 댓글 표시
• Write a function factorial to compute the factorial n! for any integer n.
• The input should be the number n and output should be n!.
• You might have to use a for loop or a while loop to do this.
댓글 수: 1
Ameer Hamza
2020년 10월 29일
Since this is a homework question, what have you already tried? https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!