All Questions
2 questions
1
vote
1
answer
1k
views
Consecutive Primes challenge at CodeEval.com
I am working through a new challenge on CodeEval.com and I think I am getting a correct result but I can't get through their grader. I am not exactly sure where error is. I didn't post this on stack ...
4
votes
3
answers
2k
views
Prints out all ways to multiply smaller integers that equal the original number
Write a program in Java that takes a positive integer and prints out all ways to multiply smaller integers that equal the original number, without repeating sets of factors. In other words, if your ...