// In the name of God #include #include using namespace std; int main() { int a,b,c,k,d,r; cout<<"Enter 2 number to find B.M.M: "; cin>>a>>b; k=1; r=a%b; while(k==1) { r=a%b; if(r==0) { cout<>a>>b; } } getch(); return 0; }