if (!isPrime(b) || !isPrime(n - b)) continue;
The code is for a program that finds to prime numbers that added and divided by two will give a specific number. I am wo