Skip to content

Commit 901cd55

Browse files
Updated Solution
1 parent 916a92b commit 901cd55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Number Theory/SpecialNo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//Write a program to check if a number is Special or not
12
import java.util.Scanner;
23

34
public class SpecialNo {
@@ -33,4 +34,4 @@ private static int factorial(int n){ //function to compute the factorial of the
3334
}
3435
return f;
3536
}
36-
}
37+
}

0 commit comments

Comments
 (0)