Given two integers L and R. The task is to count the prime numbers in the range [L, R], whose single sum is also a… Read More

The post Count prime numbers in range [L, R] whose single digit sum is also prime appeared first on GeeksforGeeks.