mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 14:34:05 +08:00
Code cleanup (#4246)
This commit is contained in:
@ -21,6 +21,7 @@ public class LeastCommonMultiple {
|
||||
System.out.println("Please enter second number >> ");
|
||||
int num2 = input.nextInt();
|
||||
System.out.println("The least common multiple of two numbers is >> " + lcm(num1, num2));
|
||||
input.close();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user