This is a simple program that, when run, asks user to enter 2 numbers and the program returns their LCM. The Least Common Multiple(LCM) of a number is the smallest number that is the product of two or more numbers.


    Download Code