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

[Problem] Smallest multiple #24

Open
ademclk opened this issue Aug 16, 2022 · 2 comments
Open

[Problem] Smallest multiple #24

ademclk opened this issue Aug 16, 2022 · 2 comments
Labels
challenges good first contribution Good for new contributors good first issue Good for newcomers

Comments

@ademclk
Copy link
Owner

ademclk commented Aug 16, 2022

Smallest multiple

2520 is the smallest multiple number. It can be divided by each of the numbers from 1 to 10 without remainder.
Evenly divisible means that you have no remainder.

Find the smallest positive number that evenly divisible all numbers from 1 to 20.

@ademclk ademclk added good first issue Good for newcomers challenges good first contribution Good for new contributors labels Aug 16, 2022
@Aqdas-7
Copy link
Contributor

Aqdas-7 commented Aug 16, 2022

Hi, I am interested to solve the issue .

@ademclk
Copy link
Owner Author

ademclk commented Aug 16, 2022 via email

Aqdas-7 pushed a commit to Aqdas-7/callofcode that referenced this issue Aug 16, 2022
ademclk added a commit that referenced this issue Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenges good first contribution Good for new contributors good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants