write a c++ program to find out the lcm of two numbers
Answers
Answered by
0
Answer:o find the LCF of two numbers in C++ programming, you have to ask from user to enter the two number. Then find and print its LCM on output as shown in the program given below. Note - LCM is the Lowest Common Multiple or Least Common Divisor. For example, if there are two numbers say 10 and 12. Then its Least Common Divisor is 60.
Explanation:
Similar questions