write a menu driven Java program to find the LCM and HCF of two numbers
Answers
Answered by
0
Answer:
please Mark as brainiliest
Explanation:
use quora because i am not able to add more images
Attachments:
Answered by
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