Forum: Java Oct 30th, 2007 |
| Replies: 3 Views: 6,895 Wow that really makes sense. Thank you so much for the help. The only clarification that I need is that for sqrt(p) , where is that applied? Is it at the part where it says for (int x = 2; x < p;... |
Forum: Java Oct 30th, 2007 |
| Replies: 3 Views: 6,895 Hey all,
In computer class as homework we're to create a code to find prime numbers between two values m and n without using an array (since we havn't learned about how to use them yet).
so far... |