We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Java
- Advanced
- Prime Checker
- Discussions
Prime Checker
Prime Checker
Sort by
recency
|
355 Discussions
|
Please Login in order to post a comment
solution for java 8 import java.io.; import java.util.;
public class Solution {
}
you can add
import static java.lang.System.in;
in java 7 to fix the compilation error
and enjoy
Here is Prime checker in java solution - https://programmingoneonone.com/hackerrank-prime-checker-problem-solution-in-java.html
The problem description does not fit the code. For me the solution class is empty, there is no locked code.