We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf53cb commit e9ed5abCopy full SHA for e9ed5ab
src/checkprime.java
@@ -1,5 +1,7 @@
1
+import java.util.Scanner;
2
public class checkprime {
3
public static void main(String args[]) {
4
+
5
int i, m = 0, flag = 0;
6
int n = 3;// it is the number to be checked
7
m = n / 2;
0 commit comments