We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0707d commit 08b810eCopy full SHA for 08b810e
09.SuperProgrammer3.cpp
@@ -1,6 +1,6 @@
1
/// As we don't need to check divisibility by all even numbers after
2
/// checking by 2, the same goes for 3. So, now we are checking
3
-/// divisibility by only the odd numbers that are not multiple of 3.
+/// divisibility by only the odd numbers those are not multiple of 3.
4
5
bool isPrime (int number) {
6
if (3 >= number) {
0 commit comments