English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Write a program to find the LCM and GCD of two numbers. - Computer Science

Advertisements
Advertisements

Question

Write a program to find the LCM and GCD of two numbers.

Short Note

Solution

#include<iostream>
using namespace std;
int main ()
{
int a1, b1 lcm, gcd = 1, p;
cout<<"\n Enter 1st no:";
cin>>a1;
cout<<"\n Enter 2nd no:";
cin>>b1;
p = a1*b1;
for(int i = a1; j<=p; i++)
if(i%a1==0) && (i%b1==0)
{
1cm = i;
break;
}
cout<<"L.C.M.="<<1cm<<endl;
gcd = p/LCM;
cout<<"G.C.D="<<gcd;
cin.get();
return ();
}

shaalaa.com
Statements
  Is there an error in this question or solution?
Chapter 10: Flow of Control - Evaluation - Section - D [Page 179]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 10 Flow of Control
Evaluation - Section - D | Q 3. | Page 179
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×