Problem 47808. Check if the input is an interprime
More information about interprimes on Wikipedia
isInterprime(2) = 0;
isInterprime(4) = 1;
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers22
Suggested Problems
-
6964 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1930 Solvers
-
229 Solvers
-
Program an exclusive OR operation with logical operators
735 Solvers
-
510 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!