Write a javascript program to find and display least common multiple of two whole numbers. Least common multiple of two numbers, say num1 and num2, is the smallest positive number that is divisible by both num1 and num2.
Answers
Answered by
3
Explanation:
LCM (Least Common Multiple) of two numbers is the smallest number which can be divided by both numbers.
Similar questions