Smallest multiple: Difference between revisions

Content added Content deleted
(→‎{{header|Pascal}}: extended version)
m (Add related)
Line 2: Line 2:


;Task:
;Task:
Task desciption is taken from Project Euler
Task description is taken from Project Euler
<br>(https://projecteuler.net/problem=5)
<br>(https://projecteuler.net/problem=5)
<br>2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
<br>2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
<br>What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
<br>What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

;Related

* [[Least common multiple]]


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
{{Trans|Wren}}
{{Trans|Wren}}