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 363a7b2 commit e1254eaCopy full SHA for e1254ea
src/main/java/com/thealgorithms/maths/GoldbachConjecture.java
@@ -1,9 +1,9 @@
1
package com.thealgorithms.maths;
2
3
-import java.util.Scanner;
4
-
5
import static java.lang.String.format;
6
+import java.util.Scanner;
+
7
/**
8
* This is a representation of the unsolved problem of Goldbach's Projection, according to which every
9
* even natural number greater than 2 can be written as the sum of 2 prime numbers
0 commit comments