Java-Jet
Java-Jet copied to clipboard
Sum for fun
Give the code that prints any two numbers as output between 1-100 such that the two numbers when added yield a prime number less than 100. Example: Input: 71 output:(70,1)....
Input: 7 Output:(3,4),(6,1) etc Any 1 pair as output will work.
I will take this
Created a PR for this issue https://github.com/ShivangiSingh17/Java-Jet/pull/173