Showing posts with label math. Show all posts
Showing posts with label math. Show all posts
Friday, September 23, 2016

Least Common Multiple

thumbnail
Program To Find LCM of Two Numbers: #include<iostream> using namespace std; main() {     int num1,num2,min,hcf,i,lcm;     cout...