Write an algorithm to find the least common multiple of two numbers code example Example: least common multiple algorithm lcm = a / gcd * b;