Question d’entretien chez Bloomberg

implement how to get the least common multiple(coding)

Réponse à la question d'entretien

Utilisateur anonyme

4 mars 2012

the LCM=number1/gcd*number2/gcd*gcd the gcd may be found using euclid's algorithm for finding gcd see wikipedia for the algorithm.