Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factorial #9

Closed
Tbaosman opened this issue Dec 30, 2024 · 0 comments · May be fixed by #60
Closed

Factorial #9

Tbaosman opened this issue Dec 30, 2024 · 0 comments · May be fixed by #60
Assignees
Labels
Challenge This is for coding challenges

Comments

@Tbaosman
Copy link

Write a function to compute the factorial of a number.

For example:

Input: 4
Output: 24

Input: 5
Output: 120

@Tbaosman Tbaosman added the Challenge This is for coding challenges label Dec 30, 2024
@aandom aandom self-assigned this Jan 2, 2025
@aandom aandom moved this from TODO to DONIG in ET6 Foundations Group 25 Jan 2, 2025
@aandom aandom removed their assignment Jan 2, 2025
@aandom aandom moved this from DONIG to TODO in ET6 Foundations Group 25 Jan 2, 2025
@azziimm7 azziimm7 self-assigned this Jan 2, 2025
@azziimm7 azziimm7 moved this from TODO to DONIG in ET6 Foundations Group 25 Jan 2, 2025
@azziimm7 azziimm7 linked a pull request Jan 12, 2025 that will close this issue
43 tasks
@Tbaosman Tbaosman moved this from DONIG to READY FOR REVIEW in ET6 Foundations Group 25 Jan 12, 2025
@Tbaosman Tbaosman closed this as completed by moving to READY FOR REVIEW in ET6 Foundations Group 25 Jan 12, 2025
@github-project-automation github-project-automation bot moved this from READY FOR REVIEW to DONE in ET6 Foundations Group 25 Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Challenge This is for coding challenges
Projects
Development

Successfully merging a pull request may close this issue.

3 participants