More Codes Settings
113 89 96 Clear


What is Howling Prime?



A howling prime is a prime number if the sum of its digits is also a prime number. <

Example 1



Input: 113
Output: true [113 is a prime number, 1+1+3=5 is also a prime number]
Input: 89
Output: true [89 is a prime number, 8+9=17 is also a prime number]
Input: 19
Output: false [19 is a prime number, but 1+9=10 is not a prime number]

Example:  

Check



Enter a number in the input box below

Output appears here...

Check in Range





Output appears here...

More Codes



Settings



Font Settings














developer

Developer



SURAJ ABUBAKAR



Projects: 500
Badgets: 30
Skills: 11
certificates:15
Experience: 8yrs
Education: Undergraduate


Howling Primes
© 2020 SURAJ ABUBAKAR