Computer Science, asked by yeshukiraah, 4 months ago

Write a program to enter 2 numbers and print the LCM and
hcf of the numbers in Java? (Simple program)​ using for loop​

Answers

Answered by shazanuljafar20
0

Explanation:

Let a=3

Let b=4

C=a*b

print "L.C.M IS ";C

Similar questions