Skip to content

Commit e9ed5ab

Browse files
author
Suraphel
committed
change
1 parent aaf53cb commit e9ed5ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/checkprime.java

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
import java.util.Scanner;
12
public class checkprime {
23
public static void main(String args[]) {
4+
35
int i, m = 0, flag = 0;
46
int n = 3;// it is the number to be checked
57
m = n / 2;

0 commit comments

Comments
 (0)