Find all four-digit prime numbers whose digits are monotonically decreasing from left-to-right.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers30
Suggested Problems
-
Set the array elements whose value is 13 to 0
1457 Solvers
-
538 Solvers
-
Element by element multiplication of two vectors
399 Solvers
-
Convert given decimal number to binary number.
2371 Solvers
-
486 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Your test case doesn't match up with the problem statement. The problem statement mentions monotonically decreasing, while the test case tests for just decreasing.