We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc8cd3 commit 627e7b9Copy full SHA for 627e7b9
src/com/codefortomorrow/advanced/chapter13/solutions/PrimePractice.java
@@ -36,7 +36,7 @@ public static void main(String[] args) {
36
}
37
38
/**
39
- * isPrime checks the primality of a given integer
+ * isPrime checks the primality of a given integer.
40
* @param n The integer to check
41
* @param z Current divisor (used for recursion)
42
* @return boolean true if prime and false if not
0 commit comments