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

Least Common Multiple #64

Closed
Dr-Amin-K opened this issue Jan 12, 2025 · 0 comments · Fixed by #65
Closed

Least Common Multiple #64

Dr-Amin-K opened this issue Jan 12, 2025 · 0 comments · Fixed by #65
Assignees
Labels
Challenge This is for coding challenges

Comments

@Dr-Amin-K
Copy link

Write a function that calculates the Least Common Multiple (LCM) of three numbers.
For example:
Input: ([1, 2, 3])
Output: 6
Input: ([3, 4, 5])
Output: 60
Input: ([2, 1, 5])
Output: 10

@Dr-Amin-K Dr-Amin-K added the Challenge This is for coding challenges label Jan 12, 2025
@Dr-Amin-K Dr-Amin-K self-assigned this Jan 12, 2025
@Dr-Amin-K Dr-Amin-K linked a pull request Jan 12, 2025 that will close this issue
43 tasks
@Dr-Amin-K Dr-Amin-K moved this from DONIG to READY FOR REVIEW in ET6 Foundations Group 25 Jan 12, 2025
@Dr-Amin-K Dr-Amin-K 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
@Dr-Amin-K Dr-Amin-K moved this from DONE to READY FOR REVIEW in ET6 Foundations Group 25 Jan 12, 2025
@Dr-Amin-K Dr-Amin-K moved this from READY FOR REVIEW to DONE in ET6 Foundations Group 25 Jan 13, 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.

1 participant