Challenge: Least Common Multiple
Solve the Least Common Multiple Problem.
We'll cover the following...
Problem
Least Common Multiple Problem
Compute the least common multiple of two positive integers.
Input: Two positive integers and .
Output: The least common multiple of and .
The least common multiple ...