answersLogoWhite

0

Lcm and GCF in c plus plus?

User Avatar

Anonymous

∙ 15y ago
Updated: 8/18/2019

#include<iostream.h>

void main()

{

int x,y,r,a,b;

cout<<"enter the two numbers";

cin>>x>>y;

a=x;

b=y;

while(x%y!=0)

{

r=x%y;

x=y;

y=r;

}

cout<<"GCF="<<y<<"\n";

cout<<"LCM="<<a*b/y;

}

User Avatar

Wiki User

∙ 15y ago
Copy

What else can I help you with?

Related Questions

How do you find the LCM and GCF of two no in c?

#include&lt;stdio.h&gt; main() { int a,b,i,lcm,gcf; printf("\n Enter two numbers"); scanf("%d%d",&amp;a,&amp;b); for(i=0;i&lt;=a;i++) { if((b%i==0)&amp;&amp;(a%i==0)) { gcf=i; } } lcm=a*b/gcf; printf("\n GCF is %d and LCM is %d",gcf,lcm); }


What is the gcf of 3x4 plus 12x3 plus 27x?

=(3x) * (x^3+4x^2+9)


What is the LCM and GCF of 60 and 72?

The GCF is 12. The LCM is 360.


What is the GCF and LCM of 20 and 36?

The GCF is 4.


What is the GCF and LCM of 68?

The GCF is 68, the LCM is 68


What is the LCM and GCF for 6 and 14?

GCF is 2.LCM is 42.The GCF is 2.


What is the LCM and GCF of 32 56 and 72?

The LCM is 11592. The GCF is 2.


What is the LCM and GCF of 4 and 6?

The GCF refers to whole numbers, not decimals.


What is the GCF and LCM of 24 and 42?

The GCF and LCM of 24 and 42 are 6 and 168 respectively.


Gcf and LCM of 32 80 and 128?

The GCF is: 16The LCM is: 640The LCM is: 640


What is the GCF and LCM of 72 and 168?

Greatest Common Factor (GCF) for 72 168 is 24.Least Common Multiple (LCM) for 72 168 is 504.


Find the gcf and LCM of 4AcubeBsquare12AsquareB?

The GCF is 4a2b The LCM is 12a3b2

Trending Questions
What two numbers when you multiply gives you 169? The suffix for able to be taught? What kind of people did prince Henry bring together in the early 1400 What was their goal? What was the reason why Rizal left the country and how? What would the Greeks do if someone stole something? What type antifreeze should be used in Ford Explorer xlt with 6 cylinder 4.0 engine? Why was the conical flask not washed with the alkali solution it was going to contain during titration? How do you get100 percent in maths final term exam of 80 marks? What does Margaret stand for? Is a viola a woodwinds in instrument? What does dogbane look like? How does the skin help to regulate body temperature 2 examples? When approaching another vehicle from rear at night within how many feet must you dim your bright headlights? How does a water based adhesive work on wood? How many yard of rock to cover 38ftx6ft 1.5 inch deep? Why won't any moshlings come on Moshi Monsters? Do the sensors have anything to do with the check engine light trac off light in a 1999 grand am? Can you get scholarships if you're homeschooled? Does DNA possess a negative charge? Are there common factors between 11 and 20?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2025 Infospace Holdings LLC, A System1 Company. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.