Return the least common multiple, lcm (or least common multiple, lcm) (int) of natural numbers a and b (both int). code example Example: least common multiple algorithm lcm = a / gcd * b;