+ 1
Find and display the number of circular prime numbers within the range of 2 to 100
Circular prime numbers example :- 197 all it rotations 197,971,791 are prime
3 Réponses
+ 4
Asleshalikitha Yeduvaka
PS: 197 can not be a circular prime as it has 2 combinations which are not prime.
917 -> not prime
791 -> not prime
+ 3
Asleshalikitha Yeduvaka
If this is a challenge, then you need to post it here.
https://www.sololearn.com/Discuss/1270852/?ref=app
But you will also need to show your solution.