Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sum for fun #165

Open
ShivangiSingh17 opened this issue Oct 18, 2019 · 2 comments
Open

Sum for fun #165

ShivangiSingh17 opened this issue Oct 18, 2019 · 2 comments
Labels
easy This doesn't seem right

Comments

@ShivangiSingh17
Copy link
Owner

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.

@ShivangiSingh17 ShivangiSingh17 added the easy This doesn't seem right label Oct 18, 2019
@Abhishek-Mittall
Copy link

I will take this

@prakhyatkarri
Copy link

prakhyatkarri commented Oct 20, 2019

Created a PR for this issue
#173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants