mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-21 11:10:08 +08:00
Closing scanners.
This commit is contained in:
@ -29,6 +29,7 @@ public class LowestBasePalindrome {
|
||||
}
|
||||
System.out.println(n + " is a palindrome in base " + lowestBasePalindrome(n));
|
||||
System.out.println(base2base(Integer.toString(n), 10, lowestBasePalindrome(n)));
|
||||
in.close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user