Computer Science, asked by ashutosha960, 8 days ago

write a menu driven Java program to find the LCM and HCF of two numbers​

Answers

Answered by anshdeepsinghisking
0

Answer:

please Mark as brainiliest

Explanation:

use quora because i am not able to add more images

Attachments:
Answered by shrishtisharma11
0

Answer :

We will write a java program to find the HCF AND LCM  of two entered numbers .

Explanation :

LCM ( Least Common Multiple ) : The LCM of two numbers is the smallest positive integer which is divisible by both numbers .

HCF ( Highest Common Multiple ) : HCF is also known as Greatest common divisor , HCF of two numbers is the largest positive integer that divides both the numbers .

Similar questions