mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-24 04:54:21 +08:00
chore: fix some comments (#5333)
This commit is contained in:
@ -6,7 +6,7 @@ public final class PalindromePrime {
|
||||
private PalindromePrime() {
|
||||
}
|
||||
|
||||
public static void main(String[] args) { // Main funtion
|
||||
public static void main(String[] args) { // Main function
|
||||
Scanner in = new Scanner(System.in);
|
||||
System.out.println("Enter the quantity of First Palindromic Primes you want");
|
||||
int n = in.nextInt(); // Input of how many first palindromic prime we want
|
||||
|
Reference in New Issue
Block a user