Skip to content
#

sololearn

Here are 6 public repositories matching this topic...

Permutable Prime A permutable prime is a prime number of two or more digits that remains prime with every possible rearrangement of the digits. For example: Input: 79 Output: true (79 and 97 are both primes) Input: 127 Output: false Input: 337 Output: true (337, 373 and 733 are primes) Write a program to check if the user input is a permutable p…

  • Updated Aug 7, 2018
  • C#

Improve this page

Add a description, image, and links to the sololearn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sololearn topic, visit your repo's landing page and select "manage topics."

Learn more