Computer Science, asked by kalikantroy27, 2 months ago

IN JAVA with output

The LCM of two numbers can be found as follows:

If the larger number is also a multiple of the smaller number, it is the LCM of the two numbers,

otherwise the next multiple of the larger number can be found and it can be checked, if it is a multiple of

the smaller number. This process can be continued till the LCM is found.


Write a program to find the LCM of two numbers​

Answers

Answered by sadhanasawant416
0

Answer:

I don't understand. can you say in detail

Similar questions