Forum: C Apr 9th, 2008 |
| Replies: 5 Views: 2,229 Basically yes... I know how to verify if it's even and positive. But I don't know how to check to see what 2 prime numbers add up to it.
I would need something like say
Entry= 12
then the program... |
Forum: C Apr 9th, 2008 |
| Replies: 5 Views: 2,229 Goldbach's conjecture in mathematics is that every even integer number greater than 2 can be expressed as the sum of two prime numbers. Write a program that prompts the user for a number, checks that... |